Property DestRect
DestRect
Gets or sets destination rectangle. It supposed to be larger than SourceRect. In this case all parts except top-left, top-right, bottom-right, bottom-left parts will be filled with TextureBrush constructed with correspoding parts of the image.
public RectI DestRect { get; set; }