DundasWinExtensions
ExternalLabelItem Constructor
See Also  Send comments on this topic.
DundasWinExtensions Assembly > Dundas.Extensions Namespace > ExternalLabelItem Class : ExternalLabelItem Constructor


angle
The angle.
index
The index.
sliceEdge
The slice edge.
Constructor

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal angle As Single, _
   ByVal index As Integer, _
   ByVal sliceEdge As PointF _
)
Visual Basic (Usage) Copy Code
Dim angle As Single
Dim index As Integer
Dim sliceEdge As PointF
 
Dim instance As ExternalLabelItem(angle, index, sliceEdge)
C#  
public ExternalLabelItem( 
   float angle,
   int index,
   PointF sliceEdge
)

Parameters

angle
The angle.
index
The index.
sliceEdge
The slice edge.

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.