ViewInfo.Area Property
Gets or sets the update area.
Thread safety: This property is not thread-safe.
Syntax
public Rectangle Area { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets the update area.
public Rectangle Area { get; set; }
Windows, Linux, Android
In this article
Gets or sets the update area.
public:
Rectangle area ( ) const;
void area ( const Rectangle& value )
Windows, Linux, Android
In this article
Gets or sets the update area.
public final Rectangle getArea ( );
public final void setArea ( Rectangle value );
Windows, Linux, Android
In this article
Gets or sets the update area.
area
Windows, Linux, Android
In this article