←Select platform

AnnPen Constructor(Color,AnnLength)

Summary

Initializes a new instance of the AnnPen class with the specified color and width.

Syntax

C#
VB
C++
public AnnPen( 
   Color color, 
   AnnLength width 
) 
  
Public Function New( _ 
   ByVal color As Color, _ 
   ByVal width As Leadtools.Annotations.AnnLength _ 
) 
public: 
AnnPen(  
   Color color, 
   Leadtools.Annotations.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly