Einhugur SVG Plugin for Xojo |
|
EinhugurSVG.Image Class
Class representing SVG Image.
Object
Image
class EinhugurSVG.Image
Constructors
Image | Constructor which takes FolderItem reference to SVG file. |
Image | Constructor which takes SVG data contained in a String. |
Properties
Box | Returns the smallest rectangle in which the document fits. |
Height | Width of the SVG image. |
Root | Returns the root of the SVG model as LayoutSymbol. |
Width | Height of the SVG image. |
Methods
RenderInto | Renders the SVG image into existing RawBitmap object. |
RenderInto | Renders the SVG image into existing RawBitmap object. This variation also recolours single color SVG’s. |
Rotate | Rotates the image by given amount of degrees, using top left as origin of the rotation. |
Rotate | Rotates the image by given amount of degrees taking in cx and cy parameters to determine centre point of the rotation. |
ToRawBitmap | Creates suitable RawBitmap object and renders the SVG image into the bitmap. |
ToRawBitmap | Creates suitable RawBitmap object and renders the SVG image into the bitmap. This variation also recolours single color SVG’s. |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS