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




ImageGear24.Presentation Assembly > ImageGear.ART Namespace > ImGearARTPresentationState 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 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

Reference

ImGearARTPresentationState Class
ImGearARTPresentationState Members
ImGearRectangle Structure