Style..::..TextureRect Property

source rectangle of the texture expressed in pixels

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Rectangle TextureRect { get; set; }
Public Property TextureRect As Rectangle
	Get
	Set
public:
property Rectangle^ TextureRect {
	Rectangle^ get ();
	void set (Rectangle^ value);
}