LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnPen Constructor(Color,AnnLength)






A Color structure that indicates the color of this AnnPen object.
An AnnLength value indicating the width of this AnnPen object.
Initializes a new instance of the AnnPen class with the specified color and width.
Syntax
public AnnPen( 
   Color color,
   AnnLength width
)
'Declaration
 
Public Function New( _
   ByVal color As Color, _
   ByVal width As AnnLength _
)
'Usage
 
Dim color As Color
Dim width As AnnLength
 
Dim instance As New AnnPen(color, width)
public AnnPen( 
   Color color,
   AnnLength width
)
function AnnPen( 
   color ,
   width 
)
public:
AnnPen( 
   Color color,
   AnnLength width
)

Parameters

color
A Color structure that indicates the color of this AnnPen object.
width
An AnnLength value indicating the width of this AnnPen object.
Example
For an example, refer to AnnPen.
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

AnnPen Class
AnnPen Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.