Represents a new instance of an
AnnSize structure with member data left uninitialized.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared ReadOnly Empty As AnnSize |
| Visual Basic (Usage) | Copy Code |
|---|
Dim value As AnnSize
value = AnnSize.Empty |
| C# | |
|---|
public static readonly AnnSize Empty |
| C++/CLI | |
|---|
public:
static readonly AnnSize Empty |
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also