Nevron.GraphicsCore Namespace / N2DDeviceGDI Class / SmoothingModeToShapeRenderingMode Method


SmoothingModeToShapeRenderingMode Method
Syntax
'Declaration
 
Public Shared Function SmoothingModeToShapeRenderingMode( _
   ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode _
) As ShapeRenderingMode
 
'Usage
 
Dim smoothingMode As System.Drawing.Drawing2D.SmoothingMode
Dim value As ShapeRenderingMode
 
value = N2DDeviceGDI.SmoothingModeToShapeRenderingMode(smoothingMode)

Parameters

smoothingMode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also