Skip to main content

Class GrayscaleBitmap

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class GrayscaleBitmap

Inheritance: System.Object -> GrayscaleBitmap

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

GrayscaleBitmap

public GrayscaleBitmap(GrayscalePixel[, ] pixels)

Properties

Width

public int Width { get; }

Height

public int Height { get; }

Methods

GetPixelAt

public GrayscalePixel GetPixelAt(int x, int y)
Parameters
TypeNameDescription
System.Int32x
System.Int32y
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model.GrayscalePixel

Was this page helpful?