(Leadtools.Annotations.Core)

Create Method (AnnStroke)

Show in webframe





The AnnBrush object for the new AnnStroke.
The thickness for the new AnnStroke.
Creates a new AnnStroke object with the specified values.
Syntax
public static AnnStroke Create( 
   AnnBrush stroke,
   LeadLengthD thickness
)
Public Shared Function Create( _
   ByVal stroke As AnnBrush, _
   ByVal thickness As LeadLengthD _
) As AnnStroke
public static AnnStroke Create( 
   AnnBrush stroke,
   LeadLengthD thickness
)
-(id) initWithBrush:(LTAnnBrush*)brush
      withThickness:(LeadLengthD)thickness;
            
public AnnStroke(AnnBrush stroke,
LeadLengthD thickness)
            
 function Leadtools.Annotations.Core.AnnStroke.Create( 
   stroke ,
   thickness 
)

Parameters

stroke
The AnnBrush object for the new AnnStroke.
thickness
The thickness for the new AnnStroke.

Return Value

The new AnnStroke created by this method.
Requirements

Target Platforms

See Also

Reference

AnnStroke Class
AnnStroke Members

 

 


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