OESVGGroup¶
class OESVGGroup
SVG group is a container for grouping and naming collections of SVG drawing elements.
See also
OEIsValidSVGGroupId
functionOESVGClass class
Constructors¶
To create an OESVGGroup object on an image
use the OEImageBase.NewSVGGroup
method.
AddSVGClass¶
bool AddSVGClass(const OESVGClass *svg_class)
Adds an OESVGClass object to the group. The SVG class and the SVG group have to be created on the same image.
IsVisible¶
bool IsVisible() const
Returns whether the objects drawn inside the given OESVGGroup will be visible when the image is opened.