@jsfkit/types
    Preparing search index...

    Type Alias Xfrm

    Transform directions to be applied to drawn graphic objects.

    type Xfrm = {
        ext?: Extent;
        flip?: FlipAxis;
        off?: Point;
        rot?: DmlAngle;
    }
    Index

    Properties

    Properties

    ext?: Extent

    Extents/size of the graphic object.

    flip?: FlipAxis

    Which axes the shape should be flipped about.

    "none"
    
    off?: Point

    Offset/position of the graphic object.

    rot?: DmlAngle

    Rotation angle in 60,000ths of a degree.

    0