←Select platform

Create Method

Summary
Creates a new object of this class.
Syntax
C#
C++/CLI
Java
protected abstract AnnThumbStyle Create() 
protected abstract AnnThumbStyle create() 
protected:  
   virtual AnnThumbStyle^ Create() abstract 

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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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