 | CIMGSetInfo Method |
Sets location information about this image.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetInfo(
double dx,
double dy,
double xo,
double yo,
double rot
)
public void SetInfo(
double dx,
double dy,
double xo,
double yo,
double rot
)
Public Sub SetInfo (
dx As Double,
dy As Double,
xo As Double,
yo As Double,
rot As Double
)
Public Sub SetInfo (
dx As Double,
dy As Double,
xo As Double,
yo As Double,
rot As Double
)
public:
void SetInfo(
double dx,
double dy,
double xo,
double yo,
double rot
)
public:
void SetInfo(
double dx,
double dy,
double xo,
double yo,
double rot
)
member SetInfo :
dx : float *
dy : float *
xo : float *
yo : float *
rot : float -> unit
member SetInfo :
dx : float *
dy : float *
xo : float *
yo : float *
rot : float -> unit
Parameters
- dx
- Type: SystemDouble
X element separation - dy
- Type: SystemDouble
Y element separation - xo
- Type: SystemDouble
X location of first point - yo
- Type: SystemDouble
Y location of first point - rot
- Type: SystemDouble
Grid X axis rotation deg. CCW from reference X
Remarks
Calls to this function should be made BEFORE calls to SetIPJ_IMG,
as the latter function sets up the bounding rectangle in the metadata.
See Also