RectangleFloat Constructor
Constructs a rectangle
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 20.0.0
public RectangleFloat(
float x,
float y,
float width,
float height
)
Parameters
- x Single
- Top left corner X coordinate
- y Single
- Top left corner Y coordinate
- width Single
- Rectangle width
- height Single
- Rectangle height