Back to Website
Show / Hide Table of Contents

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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback