ImageGear .NET v24.12 - Updated
ConvertDeviceToMarkRectangle Method (ImGearARTDrawingState)




ImageGear24.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)
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

Reference

ImGearARTDrawingState Class
ImGearARTDrawingState Members
ImGearRectangle Structure