Class DrawableAlpha
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Paints on the image's alpha channel in order to set effected pixels to transparent.
public sealed class DrawableAlpha : IDrawableAlpha, IDrawable
- Inheritance
-
DrawableAlpha
- Implements
-
IDrawableAlphaIDrawable
- Inherited Members
Constructors
DrawableAlpha(double, double, PaintMethod)
Initializes a new instance of the DrawableAlpha class.
public DrawableAlpha(double x, double y, PaintMethod paintMethod)
Parameters
x
doubleThe X coordinate.
y
doubleThe Y coordinate.
paintMethod
PaintMethodThe paint method to use.
Properties
PaintMethod
Gets or sets the paint method to use.
public PaintMethod PaintMethod { get; set; }
Property Value
- PaintMethod
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; }