Class ImageColorGradient
Inheritance
System.Object
ImageColorGradient
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 ImageColorGradient
Constructors
ImageColorGradient(GradientVector[,])
Declaration
public ImageColorGradient(GradientVector[, ] gradientVectors)
Parameters
| Type | Name | Description |
|---|---|---|
| GradientVector[,] | gradientVectors |
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
GetGradientAt(Int32, Int32)
Declaration
public GradientVector GetGradientAt(int x, int y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | x | |
| System.Int32 | y |
Returns
| Type | Description |
|---|---|
| GradientVector |