ActiveReports 12
SizeFEx Constructor

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > SizeFEx Structure : SizeFEx Constructor
The width component of the new SizeF.
The height component of the new SizeF.
Initializes a new instance of the SizeF class from the specified dimensions.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single _
)
public SizeFEx( 
   float width,
   float height
)

Parameters

width
The width component of the new SizeF.
height
The height component of the new SizeF.
See Also

Reference

SizeFEx Structure
SizeFEx Members