Share via


DiagramPaintEventArgs.ClipRectangle Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property ClipRectangle As Rectangle
'Usage
Dim instance As DiagramPaintEventArgs 
Dim value As Rectangle 

value = instance.ClipRectangle
public Rectangle ClipRectangle { get; }
public:
property Rectangle ClipRectangle {
    Rectangle get ();
}
public function get ClipRectangle () : Rectangle

Property Value

Type: System.Drawing.Rectangle

.NET Framework Security

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace