SizeFloat Constructor

Constructs a size object with the given width and height

Definition

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

Parameters

width  Single
The width
height  Single
The height

See Also