AnnotateSpaceConverterDocumentSpaceToViewSpace Method (PointF) |
Converts a point from document space to view space.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PointF DocumentSpaceToViewSpace(
PointF point
)
Public Function DocumentSpaceToViewSpace (
point As PointF
) As PointF
Parameters
- point
- Type: System.DrawingPointF
The point to convert.
Return Value
Type:
PointF The point converted to view space.
Remarks For this method to function accurately the parent parameter must be
provided when constructing the AnnotateSpaceConverter.
See Also