ActiveReports 8
SizeFEx Constructor
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also