Table of Contents

Class DrawableClipUnits

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

Sets the interpretation of clip path units.

public sealed class DrawableClipUnits : IDrawableClipUnits, IDrawable
Inheritance
DrawableClipUnits
Implements
IDrawableClipUnits
IDrawable
Inherited Members

Constructors

DrawableClipUnits(ClipPathUnit)

Initializes a new instance of the DrawableClipUnits class.

public DrawableClipUnits(ClipPathUnit units)

Parameters

units ClipPathUnit

The clip path units.

Properties

Units

Gets or sets the clip path units.

public ClipPathUnit Units { get; set; }

Property Value

ClipPathUnit