Texture.Smooth Property

SFML.Net

TextureSmooth Property
Control the smooth filter

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

Property Value

Type: Boolean
See Also