UtilDrawingTransformPoint(RectangleF, RectangleF, PointF) Method

Transforms a PointF from a coordinate space relative to one RectangleF to a coordinate space relative to another RectangleF.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static PointF TransformPoint(
	RectangleF source,
	RectangleF target,
	PointF pt
)

Parameters

source  RectangleF
The source RectangleF.
target  RectangleF
The destination RectangleF.
pt  PointF
The source PointF.

Return Value

PointF
The resulting PointF.

See Also