ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / SetCoordType Method
New type of the coordinate system.




In This Topic
    SetCoordType Method
    In This Topic
    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