ComponentOne Xamarin.Android
Empty Property (C1Rect)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : Empty Property
Gets a special value that represents a rectangle with no position or area.
Syntax
'Declaration
 
Public Shared ReadOnly Property Empty As C1Rect
'Usage
 
Dim value As C1Rect
 
value = C1Rect.Empty
public static C1Rect Empty {get;}

Property Value

The empty rectangle, which has X and Y property values of System.Double.PositiveInfinity, and has Width and Height property values of System.Double.NegativeInfinity.
See Also

Reference

C1Rect Structure
C1Rect Members