ClipRect Property (BitmapRenderer)
In This Topic
Gets or sets a rectangle, in pixels, to which all subsequent drawing operations are clipped.
Syntax
'Declaration
Public Property ClipRect As System.Nullable(Of Rectangle)
public System.Nullable<Rectangle> ClipRect {get; set;}
See Also