ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.ART Namespace / ImGearARTPresentationState Class / ConvertDeviceToMarkRectangle Method
Rectangle in device coordinates to convert.




In This Topic
    ConvertDeviceToMarkRectangle Method (ImGearARTPresentationState)
    In This Topic
    Converts a rectangle specified in device coordinates to a rectangle in mark coodinates.
    Syntax
    'Declaration
     
    Public Function ConvertDeviceToMarkRectangle( _
       ByVal rectangle As ImGearRectangle _
    ) As ImGearRectangle
    'Usage
     
    Dim instance As ImGearARTPresentationState
    Dim rectangle As ImGearRectangle
    Dim value As ImGearRectangle
     
    value = instance.ConvertDeviceToMarkRectangle(rectangle)
    public ImGearRectangle ConvertDeviceToMarkRectangle( 
       ImGearRectangle rectangle
    )
    public: ImGearRectangle ConvertDeviceToMarkRectangle( 
       ImGearRectangle rectangle
    ) 
    public:
    ImGearRectangle ConvertDeviceToMarkRectangle( 
       ImGearRectangle rectangle
    ) 

    Parameters

    rectangle
    Rectangle in device coordinates to convert.

    Return Value

    Rectangle in mark coordinates.
    See Also