ShapeBase
LocalToParent Method
|
Converts a point from local coordinates to parent coordinates.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public PointF LocalToParent(
PointF value
)
Public Function LocalToParent (
value As PointF
) As PointF
public:
PointF LocalToParent(
PointF value
)
member LocalToParent :
value : PointF -> PointF
Parameters
-
value
-
Type:
System.Drawing
PointF
The point in local coordinates.
Return Value
Type:
PointF
The point converted to parent coordinates.
See Also