DiagramPaintEventArgs.ClipRectangle Property

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

Syntax

'宣言
Public ReadOnly Property ClipRectangle As Rectangle
'使用
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

Permissions

See Also

Reference

DiagramPaintEventArgs Class

DiagramPaintEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace