A TenneySoftware Class Library
SmoothMode Method (mode)
NamespacesTenneySoftware.GraphicsGraphicsDeviceSmoothMode(SmoothingMode)
Sets the method of drawing the objects onto screen. This is set to default, unless changed by user. Anti-aliasing is set here.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public void SmoothMode(
	SmoothingMode mode
)
Public Sub SmoothMode ( _
	mode As SmoothingMode _
)
Dim instance As GraphicsDevice
Dim mode As SmoothingMode

instance.SmoothMode(mode)
public:
void SmoothMode(
	SmoothingMode mode
)
public void SmoothMode(
	SmoothingMode mode
)
public function SmoothMode(
	mode : SmoothingMode
)
function smoothMode(mode);
Parameters
mode (SmoothingMode)
The mode to use for smoothing.

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)