ImageGear .NET
ConvertDeviceToMarkPoint Method (ImGearARTDrawingState)




Point in mark coordinates to convert.
Converts a point specified in device coordinates to mark coodinates.
Syntax
'Declaration
 
Public Function ConvertDeviceToMarkPoint( _
   ByVal point As ImGearPoint _
) As ImGearPoint
'Usage
 
Dim instance As ImGearARTDrawingState
Dim point As ImGearPoint
Dim value As ImGearPoint
 
value = instance.ConvertDeviceToMarkPoint(point)
public ImGearPoint ConvertDeviceToMarkPoint( 
   ImGearPoint point
)
public: ImGearPoint ConvertDeviceToMarkPoint( 
   ImGearPoint point
) 
public:
ImGearPoint ConvertDeviceToMarkPoint( 
   ImGearPoint point
) 

Parameters

point
Point in mark coordinates to convert.

Return Value

Point in device coordinates.
See Also

Reference

ImGearARTDrawingState Class
ImGearARTDrawingState Members
ImGearPoint Structure

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback