Click or drag to resize
CanvasImageBrushSourceRectangle Property
Optional field which specifies the source rectangle of the brush.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Nullable<Rect> SourceRectangle { get; set; }

Property Value

Type: NullableRect
Remarks
If no source rectangle is specified- that is, this property is set to null- then the entire source image is used.
See Also