←Select platform

Create Method

Summary
Creates a new AnnStroke object with the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static AnnStroke Create( 
   AnnBrush stroke, 
   LeadLengthD thickness 
) 
-(id) initWithBrush:(LTAnnBrush*)brush 
      withThickness:(LeadLengthD)thickness; 
public AnnStroke(AnnBrush stroke, 
LeadLengthD thickness) 
public:  
   static AnnStroke^ Create( 
      AnnBrush^ stroke, 
      LeadLengthD^ thickness 
   ) 
def Create(self,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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.