←Select platform

Empty Property

Summary

Creates a new instance of the AnnPicture class with member data left uninitialized.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static AnnPicture Empty { get; } 
Public Shared ReadOnly Property Empty As Leadtools.Annotations.Core.AnnPicture 
public static Leadtools.Annotations.Core.AnnPicture Empty {get;} 
+(LTAnnPicture*) emptyPicture; 
public static AnnPicture getEmpty() 
 get_Empty();  
public:  
   static property AnnPicture^ Empty 
   { 
      AnnPicture^ get() 
   } 

Property Value

A new instance of the AnnPicture class with member data left uninitialized.

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