←Select platform

Create Method

Summary

Creates a new AnnStroke object with the specified values.

Syntax
C#
VB
Objective-C
C++
Java
public static AnnStroke Create( 
   AnnBrush stroke, 
   LeadLengthD thickness 
) 
Public Shared Function Create( _ 
   ByVal stroke As AnnBrush, _ 
   ByVal thickness As LeadLengthD _ 
) As AnnStroke 
-(id) initWithBrush:(LTAnnBrush*)brush 
      withThickness:(LeadLengthD)thickness; 
public AnnStroke(AnnBrush stroke, 
LeadLengthD thickness) 
public:  
   static AnnStroke^ Create( 
      AnnBrush^ stroke, 
      LeadLengthD^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly