C# Класс ImageMagick.DrawableTextUnderColor

Specifies the color of a background rectangle to place under text annotations.
Наследование: IDrawable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DrawableTextUnderColor ( MagickColor color )

Initializes a new instance of the DrawableTextUnderColor class.

DrawableTextUnderColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableTextUnderColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Описание методов

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

Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor ( MagickColor color )
color MagickColor The color to use.

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

Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor ( Color color ) : System.Drawing
color Color The color to use.
Результат System.Drawing

IDrawable() публичный метод

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Результат void