Class ItemMaskHandler
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemMaskHandler
Inheritance: System.Object -> ItemMaskHandler
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ItemMaskHandler
public ItemMaskHandler()
Methods
ConvertClippingPathToRasterMask
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
Aurigma.GraphicsMill.PipelineElement