SizeFloat Constructor

Constructs a size object with the given width and height

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public SizeFloat(
	float width,
	float height
)

Parameters

width  Single
The width
height  Single
The height

See Also