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()
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.ColorGradient.Model
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class GrayscaleBitmap
Constructors
GrayscaleBitmap(GrayscalePixel[,])
Declaration
public GrayscaleBitmap(GrayscalePixel[, ] pixels)
Parameters
| Type | Name | Description |
|---|---|---|
| GrayscalePixel[,] | pixels |
Properties
Height
Declaration
public int Height { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Width
Declaration
public int Width { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetPixelAt(Int32, Int32)
Declaration
public GrayscalePixel GetPixelAt(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | x | |
| System.Int32 | y |
Returns
| Type | Description |
|---|---|
| GrayscalePixel |