LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnPen Constructor(Color,AnnLength)

Show in webframe





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
)

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

See Also

Reference

AnnPen Class
AnnPen Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.