FSizeScale Method
Return the caller's size, uniformly scaled by the specified factor.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FSize Scale(
FSize size,
float scale
)
Public Shared Function Scale (
size As FSize,
scale As Single
) As FSize
No code example is currently available or this language may not be supported.
- size FSize
-
Size to be converted.
- scale Single
-
Factor by which to scale.
FSize
A reference to the newly scaled size.