Dundas Chart for Windows Forms
FromRectangleF Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ElementPosition Class : FromRectangleF Method


rect
A RectangleF object that represents the position of a chart element.
Rectangle class.
Initializes element position from RectangleF.
Initialize element position from RectangleF

Syntax

Visual Basic (Declaration)  
Public Sub FromRectangleF( _
   ByVal rect As RectangleF _
) 
Visual Basic (Usage) Copy Code
Dim instance As ElementPosition
Dim rect As RectangleF
 
instance.FromRectangleF(rect)
C#  
public void FromRectangleF( 
   RectangleF rect
)

Parameters

rect
A RectangleF object that represents the position of a chart element.
Rectangle class.

Remarks

Used to convert a RectangleF object to an ElementPosition object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.