FMatrix3Scale(FPoint, FPoint) Method
Scale a point by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Scale(
FPoint point,
FPoint scale
)
Public Shared Function Scale (
point As FPoint,
scale As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- point FPoint
-
Reference point.
- scale FPoint
-
Scale for the X and Y axes.
FPoint
Scaled point.