[]
Constructor. Creates a CoordInfo object.
public CoordInfo(int ulx, int uly, int w, int h)
Public Sub New(ulx As Integer, uly As Integer, w As Integer, h As Integer)
| Type | Name | Description |
|---|---|---|
| int | ulx | The horizontal upper left coordinate in the subband |
| int | uly | The vertical upper left coordinate in the subband |
| int | w | The width |
| int | h | The height |
Empty contructor
public CoordInfo()
Public Sub New()