Gets a new instance of the
SizeF structure that has
Width and
Height values set to zero.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic static SizeF Empty { get; }
Public Shared ReadOnly Property Empty As SizeF
Get
public:
static property SizeF Empty {
SizeF get ();
}
static member Empty : SizeF with get
Property Value
Type:
SizeF
See Also