Interface ILayerBorderComponent

Source
Expand description

Interface for layer border components.

interface ILayerBorderComponent {
    nLines: number;
    nPoints: number;
}

Properties§

§nLines: number

Number of lines in the layer component.

§nPoints: number

Number of points in the layer component.