 | CDSELSelectSize Method |
Specify the image size desired
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SelectSize(
int width,
int height
)
public void SelectSize(
int width,
int height
)
Public Sub SelectSize (
width As Integer,
height As Integer
)
Public Sub SelectSize (
width As Integer,
height As Integer
)
public:
void SelectSize(
int width,
int height
)
public:
void SelectSize(
int width,
int height
)
member SelectSize :
width : int *
height : int -> unit
member SelectSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
Image width in pixels - height
- Type: SystemInt32
Image height in pixels
See Also