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
-
IDrawablePointIDrawable
- Inherited Members
Constructors
DrawablePoint(double, double)
Initializes a new instance of the DrawablePoint class.
public DrawablePoint(double x, double y)
Parameters
Properties
X
Gets or sets the X coordinate.
public double X { get; set; }
Property Value
Y
Gets or sets the Y coordinate.
public double Y { get; set; }