FAreaScale(FArea, Single) Method
Return the scaled version of the provided area with the specified
scale.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FArea Scale(
FArea source,
float scale
)
Public Shared Function Scale (
source As FArea,
scale As Single
) As FArea
No code example is currently available or this language may not be supported.
- source FArea
-
Reference to the reference area.
- scale Single
-
The scale to apply to the caller's area.
FArea
The representation of the caller's area, where the specified scale
has been applied.