'Declaration Public Enum TextRenderingMethod Inherits System.Enum
public enum TextRenderingMethod : System.Enum
__value public enum TextRenderingMethod : public System.Enum
public enum class TextRenderingMethod : public System.Enum
'Declaration Public Enum TextRenderingMethod Inherits System.Enum
public enum TextRenderingMethod : System.Enum
__value public enum TextRenderingMethod : public System.Enum
public enum class TextRenderingMethod : public System.Enum
Member | Description |
---|---|
DrawString | The renderer draws text using DrawString(DrawingEngine,String,IDrawingBrush,PointF) method. |
GraphicsPath | The renderer adds text to the graphics path using AddString(IGraphicsPath,String,PointF) method and renders the graphics path. |
Invisible | The render adds invisible text. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Drawing.TextRenderingMethod
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5