Back to Devexpress

DXGraphics.GetClip() Method

corelibraries-devexpress-dot-drawing-dot-dxgraphics-43e6c2d7.md

latest966 B
Original Source

DXGraphics.GetClip() Method

Gets a region that limits the drawing region of the graphics layout.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXRegion GetClip()
vb
Public Function GetClip As DXRegion

Returns

TypeDescription
DXRegion

A region that is currently available for drawing.

|

See Also

DXGraphics Class

DXGraphics Members

DevExpress.Drawing Namespace