All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.graphic.helper.roundSector.d.ts Maven / Gradle / Ivy

The newest version!
import PathProxy from '../../core/PathProxy';
export declare function buildPath(ctx: CanvasRenderingContext2D | PathProxy, shape: {
    cx: number;
    cy: number;
    startAngle: number;
    endAngle: number;
    clockwise?: boolean;
    r?: number;
    r0?: number;
    cornerRadius?: number | number[];
}): void;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy