ImageGear .NET - Updated October 26, 2017
ConvertDeviceToMarkRectangle Method (ImGearARTDrawingState)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTDrawingState Class : ConvertDeviceToMarkRectangle Method
Rectangle in device coordinates to convert.
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 ImGearARTDrawingState
Dim rectangle As ImGearRectangle
Dim value As ImGearRectangle
 
value = instance.ConvertDeviceToMarkRectangle(rectangle)

Parameters

rectangle
Rectangle in device coordinates to convert.

Return Value

Rectangle in mark coordinates.
See Also

Reference

ImGearARTDrawingState Class
ImGearARTDrawingState Members
ImGearRectangle Structure