Table of Contents

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
IDrawableAlpha
IDrawable
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 double

The X coordinate.

y double

The Y coordinate.

paintMethod PaintMethod

The 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

double

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double