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