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




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

ImGearARTPresentationState Class
ImGearARTPresentationState Members
ImGearRectangle Structure