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




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDrawingState Class : ConvertMarkToDeviceRectangle Method
Rectangle in mark coordinates to convert.
Converts a rectangle specified in mark coordinates to a rectangle in device coodinates.
Syntax
'Declaration
 
Public Function ConvertMarkToDeviceRectangle( _
   ByVal rectangle As ImGearRectangle _
) As ImGearRectangle
'Usage
 
Dim instance As ImGearARTDrawingState
Dim rectangle As ImGearRectangle
Dim value As ImGearRectangle
 
value = instance.ConvertMarkToDeviceRectangle(rectangle)
public ImGearRectangle ConvertMarkToDeviceRectangle( 
   ImGearRectangle rectangle
)
public: ImGearRectangle ConvertMarkToDeviceRectangle( 
   ImGearRectangle rectangle
) 
public:
ImGearRectangle ConvertMarkToDeviceRectangle( 
   ImGearRectangle rectangle
) 

Parameters

rectangle
Rectangle in mark coordinates to convert.

Return Value

Rectangle in device coordinates.
Remarks
Mark coordinates can be either image coordinates or device coordinates. In both cases the result will be in device coordinates.
See Also

Reference

ImGearARTDrawingState Class
ImGearARTDrawingState Members
ImGearRectangle Structure