'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.