Dundas Chart for Windows Forms
ElementPosition Constructor(Single,Single,Single,Single)
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ElementPosition Class > ElementPosition Constructor : ElementPosition Constructor(Single,Single,Single,Single)


x
X position.
y
Y position.
width
Width.
height
Height.
Element position constructor.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
)
Visual Basic (Usage) Copy Code
Dim x As Single
Dim y As Single
Dim width As Single
Dim height As Single
 
Dim instance As ElementPosition(x, y, width, height)
C#  
public ElementPosition( 
   float x,
   float y,
   float width,
   float height
)

Parameters

x
X position.
y
Y position.
width
Width.
height
Height.

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.