create Method

Summary

Creates a new object of this class.

Syntax
TypeScript
JavaScript
AnnThumbStyle.prototype.create = function() 
create(): AnnThumbStyle; // protected 

Return Value

A new object of this class.

Remarks

Derived classes must implement this abstract method to create an instance of the class: return new MyThumbStyle().

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.JavaScript Assembly