ImageGear .NET - Updated
SetCoordType Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : SetCoordType Method
New type of the coordinate system.
Sets new type of the coordinates system for the entire mark collection.
Syntax
'Declaration
 
Public Sub SetCoordType( _
   ByVal type As ImGearARTCoordinatesType _
) 
'Usage
 
Dim instance As ImGearARTPage
Dim type As ImGearARTCoordinatesType
 
instance.SetCoordType(type)
public void SetCoordType( 
   ImGearARTCoordinatesType type
)
public: void SetCoordType( 
   ImGearARTCoordinatesType type
) 
public:
void SetCoordType( 
   ImGearARTCoordinatesType type
) 

Parameters

type
New type of the coordinate system.
See Also

Reference

ImGearARTPage Class
ImGearARTPage Members
ImGearARTCoordinatesType Enumeration