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 public Nullable<Rect> SourceRectangle { get; set; }
Property Value
Type:
NullableRectRemarks
If no source rectangle is specified- that is, this property is
set to null- then the entire source image is used.
See Also