FSize(Single, Single) Constructor
Create a new instance of the FSize Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public FSize(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
No code example is currently available or this language may not be supported.
Parameters
- width Single
-
Size width.
- height Single
-
Size height.