UtilDrawingTransformPoint(Rectangle, Rectangle, Point) Method

Transforms a Point from a coordinate space relative to one Rectangle to a coordinate space relative to another Rectangle.

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 Point TransformPoint(
	Rectangle source,
	Rectangle target,
	Point pt
)

Parameters

source  Rectangle
The source Rectangle.
target  Rectangle
The destination Rectangle.
pt  Point
The source Point.

Return Value

Point
The resulting Point.

See Also