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.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
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
| Type | Name | Description |
|---|---|---|
System.Int32 | x | |
System.Int32 | y |
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model.GrayscalePixel