Einhugur SVG Plugin for Xojo

EinhugurSVG.LayoutShape Class

Layout shape class.

(Part of the preliminary support for walking and tweaking the SVG model)

Tweaking the model allows you to do things like this to for example created disabled version of your SVG:


svg.Root.Opacity = 00.3

EinhugurSVG.LayoutObject
   LayoutShape

class EinhugurSVG.LayoutShape

Constructors

LayoutShape (private) Private constructor.

Properties

ClipRuleClipping rule.
FillColorFill color
FillOpacityFill opacity
FillRuleFill rule.
ID (Inherited) ID of the object.
OpacityOpacity for the shape object.
StrokeCapStroke cap.
StrokeColorStroke color.
StrokeJoinStroke join.
StrokeOpacityOpacity for the stroke of the layout shape object.
StrokeWidthWidth of the stroke.
VisibleTrue if the object is visible, else false.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS