C# Класс ImageMagick.DrawablePoint

Draws a point using the current fill color.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawablePoint ( double x, double y )

Initializes a new instance of the DrawablePoint class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawablePoint class.
public DrawablePoint ( double x, double y )
x double The X coordinate.
y double The Y coordinate.

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

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