Skip to content

UIImage.SourceRect Property

Definition

Namespace: Brine2D.UI

Source rectangle in the texture (null = entire texture).

C#
public System.Nullable<Brine2D.Core.Rectangle> SourceRect { get; set; }

Property Value

System.Nullable<Rectangle>