Click or drag to resize

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
)

Parameters

value
Type: System.Drawing PointF
The point in local coordinates.

Return Value

Type: PointF
The point converted to parent coordinates.
See Also