TransformationMatrixTransform(PointF) Method
Transforms the specified point using the current transformation matrix.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public PointF Transform(
PointF point
)
Public Function Transform (
point As PointF
) As PointF
public:
PointF Transform(
PointF point
)
member Transform :
point : PointF -> PointF
- point PointF
- The point to transform.
PointFThe transformed point.