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