ActiveReports 9
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.
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

Reference

SizeFEx Structure
SizeFEx Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum