ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / MarkSetCoordType Method / MarkSetCoordType(Int32,ImGearARTCoordinatesType) Method
Index of the mark whose coordinates type is changed.
New type of the coordinate system.




In This Topic
    MarkSetCoordType(Int32,ImGearARTCoordinatesType) Method
    In This Topic
    Sets new type of the coordinates system for the specified mark.
    Syntax
    'Declaration
     
    Public Overloads Sub MarkSetCoordType( _
       ByVal markId As Integer, _
       ByVal type As ImGearARTCoordinatesType _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim markId As Integer
    Dim type As ImGearARTCoordinatesType
     
    instance.MarkSetCoordType(markId, type)
    public void MarkSetCoordType( 
       int markId,
       ImGearARTCoordinatesType type
    )
    public: void MarkSetCoordType( 
       int markId,
       ImGearARTCoordinatesType type
    ) 
    public:
    void MarkSetCoordType( 
       int markId,
       ImGearARTCoordinatesType type
    ) 

    Parameters

    markId
    Index of the mark whose coordinates type is changed.
    type
    New type of the coordinate system.
    See Also