←Select platform

Create Method

Summary

Creates a new AnnStroke object with the specified values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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  
) 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly