ActiveReports 8
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 System.Single, _
   ByVal height As System.Single _
)
public SizeFEx( 
   System.float width,
   System.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

Support Forum