Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Empty As LogicalSize |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As LogicalSize value = LogicalSize.Empty |
C# | |
---|---|
public static readonly LogicalSize Empty |
C++/CLI | |
---|---|
public: static readonly LogicalSize Empty |
Field Value
A new instance of the LogicalSize with uninitialized members.(Read only) An uninitialized LogicalSize has a width and height value of 0,0 and a unit of measure of pixels.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7