Table of Contents

Class DrawablePoint

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Draws a point using the current fill color.

public sealed class DrawablePoint : IDrawablePoint, IDrawable
Inheritance
DrawablePoint
Implements
IDrawablePoint
IDrawable
Inherited Members

Constructors

DrawablePoint(double, double)

Initializes a new instance of the DrawablePoint class.

public DrawablePoint(double x, double y)

Parameters

x double

The X coordinate.

y double

The Y coordinate.

Properties

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double