Skip to main content

Class AlphaContourExtractor

Namespace: Aurigma.DesignAtoms.ImageProcessing.Services.RasterServices
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class AlphaContourExtractor

Inheritance: System.Object -> AlphaContourExtractor

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

Constructors

AlphaContourExtractor

public AlphaContourExtractor()

Methods

ExtractImageContour

public Path ExtractImageContour(Bitmap sourceBitmap)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.BitmapsourceBitmap
Returns

Aurigma.GraphicsMill.AdvancedDrawing.Path

GetImageAlphaContour

public Path GetImageAlphaContour(Bitmap sourceBitmap, bool extractBackground)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.BitmapsourceBitmap
System.BooleanextractBackground
Returns

Aurigma.GraphicsMill.AdvancedDrawing.Path

PrepareCounterMask

public bool[, ] PrepareCounterMask(Path contour, Bitmap sourceBitmap)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.AdvancedDrawing.Pathcontour
Aurigma.GraphicsMill.BitmapsourceBitmap
Returns

System.Boolean[,]

Was this page helpful?