InlineDrawingScope (object)

バージョン 1.12.0 で追加.

The InlineDrawingScope is used to perform drawing on an InlineDrawing singleton. This uses the Singletons extension to query a singleton called InlineDrawing.

InlineDrawingScope InlineDrawingScope InlineDrawingScope

Methods in detail

InlineDrawingScope ( in InlineDrawingScope other )

copy constructor


InlineDrawingScope ()

default constructor


InlineDrawingScope InlineDrawingScope.clone? ()

clone method


InlineDrawing InlineDrawingScope.getDrawing? ()

returns the drawing stored in the singleton or null if not present.