create Method

Summary

Creates a new AnnStroke object with the specified values.

Syntax

JavaScript Syntax
create = function(stroke, thickness) 
TypeScript Syntax
static create(stroke: AnnBrush, thickness: LeadLengthD): AnnStroke; 

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

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