SizeFloat Constructor

Creates a size

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public SizeFloat(
	float width,
	float height
)

Parameters

width  Single
Width
height  Single
Height

See Also