FAreaSet(FArea, FArea, Single, Single) Method
Set the details of the target area from the source.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Set(
FArea source,
FArea target,
float offsetX = 0f,
float offsetY = 0f
)
Public Shared Sub Set (
source As FArea,
target As FArea,
Optional offsetX As Single = 0F,
Optional offsetY As Single = 0F
)
No code example is currently available or this language may not be supported.
Parameters
- source FArea
-
Source area to copy.
- target FArea
-
Target area to set.
- offsetX Single (Optional)
-
Optional horizontal offset from source.
- offsetY Single (Optional)
-
Optional vertical offset from source.