'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)
public static ShapeRenderingMode SmoothingModeToShapeRenderingMode( System.Drawing.Drawing2D.SmoothingMode smoothingMode )
Parameters
- smoothingMode