Interface SBPageCropData

interface SBPageCropData {
    crop: Point2[];
    image: Image;
    rotations: number;
}

Properties

Properties

crop: Point2[]
image: Image
rotations: number

Generated using TypeDoc