Click or drag to resize

IMcImageSetResolutionsAdd Method

Method to add a new McImageSetResolution to the collection.

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

Parameters

dfXPosition
Type: SystemDouble
The X position of the center of the McImageSetResolution to add to the collection
dfYPosition
Type: SystemDouble
The Y position of the center of the McImageSetResolution to add to the collection
dfXExtent
Type: SystemDouble
The X extent of the McImageSetResolution to add to the collectionThe X resolution of the McImageSetResolution to add to the collection
dfYExtent
Type: SystemDouble
The Y extent of the McImageSetResolution to add to the collectionThe Y resolution of the McImageSetResolution to add to the collection
dfXResolution
Type: SystemDouble
dfYResolution
Type: SystemDouble
bIsTiled
Type: SystemBoolean
True if the resolution is made up of tiles

Return Value

Type: McImageSetResolution
Remarks
A new McImageSetResolution object is created with the specified properties, and is added to the collection.
See Also