Interface IPointInt
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IPointInt
Properties
X
Declaration
int X { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Declaration
int Y { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |