Gets a rectangle that represents the area of the Grid that needs to be repainted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Rectangle ClipRectangle { get; } |
Visual Basic |
---|
Public ReadOnly Property ClipRectangle As Rectangle Get |
Visual C++ |
---|
public: property Rectangle ClipRectangle { Rectangle get (); } |
F# |
---|
member ClipRectangle : Rectangle with get |
Property Value
Type: RectangleThe clip rectangle.