'DeclarationPublic Shared Function SmoothingModeToShapeRenderingMode( _ ByVal smoothingMode As System.Drawing.Drawing2D.SmoothingMode _ ) As ShapeRenderingMode
'UsageDim 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