UtilDrawingTransformPoint(Rectangle, Rectangle, Point) Method
Transforms a Point from a coordinate space relative to one Rectangle
to a coordinate space relative to another Rectangle.
Namespace: DevCase.Core.Media.GraphicsAssembly: 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
)
Public Shared Function TransformPoint (
source As Rectangle,
target As Rectangle,
pt As Point
) As Point
Dim source As Rectangle
Dim target As Rectangle
Dim pt As Point
Dim returnValue As Point
returnValue = UtilDrawing.TransformPoint(source,
target, pt)
public:
static Point TransformPoint(
Rectangle source,
Rectangle target,
Point pt
)
static member TransformPoint :
source : Rectangle *
target : Rectangle *
pt : Point -> Point
No code example is currently available or this language may not be supported.
- source Rectangle
-
The source Rectangle.
- target Rectangle
-
The destination Rectangle.
- pt Point
-
The source Point.
Point
The resulting
Point.