Click or drag to resize

IMcImageSetResolutionInit Method

Method to set the values of an existing McImageSetResolution instance.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Init ( 
	dfXPosition As Double,
	dfYPosition As Double,
	dfXExtent As Double,
	dfYExtent As Double,
	dfXResolution As Double,
	dfYResolution As Double,
	bIsTiled As Boolean
)

Parameters

dfXPosition
Type: SystemDouble
The X position of the center of the McImageSetResolution.
dfYPosition
Type: SystemDouble
The Y position of the center of the McImageSetResolution.
dfXExtent
Type: SystemDouble
The X extent of the McImageSetResolution.The X resolution of the McImageSetResolution.
dfYExtent
Type: SystemDouble
The Y extent of the McImageSetResolution.The Y resolution of the McImageSetResolution.
dfXResolution
Type: SystemDouble
dfYResolution
Type: SystemDouble
bIsTiled
Type: SystemBoolean
Remarks
A the specified properties are assigned to this McImageSetResolution instance.
See Also