Shape.TextureRect Property

SFML.Net

ShapeTextureRect Property
Sub-rectangle of the texture that the shape will display

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public IntRect TextureRect { get; set; }
Public Property TextureRect As IntRect
	Get
	Set
public:
property IntRect TextureRect {
	IntRect get ();
	void set (IntRect value);
}
member TextureRect : IntRect with get, set

Property Value

Type: IntRect
See Also