FAreaSet(FArea, Single, Single, Single, Single) Method
Set the details of the area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Set(
FArea area,
float x,
float y,
float width,
float height
)
Public Shared Sub Set (
area As FArea,
x As Single,
y As Single,
width As Single,
height As Single
)
No code example is currently available or this language may not be supported.
Parameters
- area FArea
-
Reference to the area to set.
- x Single
-
X coordinate.
- y Single
-
Y coordinate.
- width Single
-
Width of the area.
- height Single
-
Height of the area.