Converts a point from local coordinates to the specified parent's coordinates.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C#
![]() |
---|
public PointF ToParent ( |
Visual Basic
![]() |
---|
Public Function ToParent( _ |
The local PointF to convert.
A PointF representing the specified point in the specified parent's coordinate space.
This method throws an exception if the specified component is null (Nothing in Visual Basic) or it does not represent a parent of the current component.