Class ItemMaskHandler
Inheritance
System.Object
ItemMaskHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemMaskHandler
Constructors
ItemMaskHandler()
Declaration
public ItemMaskHandler()
Methods
ConvertClippingPathToRasterMask(Path, Rectangle, IImageParams, Single, IList<IDisposable>)
Declaration
public static PipelineElement ConvertClippingPathToRasterMask(Path clippingPath, Rectangle imageRectangle, IImageParams destImageParams, float dpi, IList<IDisposable> deps)
Parameters
Type | Name | Description |
---|---|---|
Aurigma.GraphicsMill.AdvancedDrawing.Path | clippingPath | |
System.Drawing.Rectangle | imageRectangle | |
Aurigma.GraphicsMill.IImageParams | destImageParams | |
System.Single | dpi | |
System.Collections.Generic.IList<System.IDisposable> | deps |
Returns
Type | Description |
---|---|
Aurigma.GraphicsMill.PipelineElement |