SizeFloat Constructor
Constructs a size object with the given width and height
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public SizeFloat(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
Parameters
- width Single
- The width
- height Single
- The height