ActiveReports Developer 7
SizeFEx Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > SizeFEx Structure : SizeFEx Constructor

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

Glossary Item Box

Initializes a new instance of the SizeF class from the specified dimensions.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As System.Single, _
   ByVal height As System.Single _
)
C# 
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