ImageMagick.DrawableTextUnderColor.DrawableTextUnderColor C# (CSharp) Метод

DrawableTextUnderColor() публичный Метод

Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor ( MagickColor color )
color MagickColor The color to use.
    public DrawableTextUnderColor(MagickColor color)
    {
      Throw.IfNull(nameof(color), color);

      Color = color;
    }

Same methods

DrawableTextUnderColor::DrawableTextUnderColor ( Color color ) : System.Drawing