TransformationMatrixTransform(Vector2) 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 Vector2 Transform(
Vector2 point
)
Public Function Transform (
point As Vector2
) As Vector2
public:
Vector2 Transform(
Vector2 point
)
member Transform :
point : Vector2 -> Vector2
- point Vector2
- The point to transform, represented as a Vector2 instance.
Vector2A
Vector2 instance representing the transformed point.