Platforms to show: All Mac Windows Linux Cross-Platform

Back to ReSVGMBS class.

ReSVGMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The internal object reference.

(Read only property)

ReSVGMBS.Height as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns an image height.
Example

Dim file As FolderItem = SpecialFolder.Desktop.Child("test.svg")
Dim p As New ReSVGMBS(file)

MessageBox "width "+p.Width.ToString+" x height "+p.Height.ToString

The size of a canvas that required to render this SVG.
(Read only property)

ReSVGMBS.IsEmpty as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Checks that tree has any nodes.

Returns true if tree has no nodes.
(Read only property)

ReSVGMBS.Width as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property SVG MBS Images Plugin 23.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Returns an image width.
Example

Dim file As FolderItem = SpecialFolder.Desktop.Child("test.svg")
Dim p As New ReSVGMBS(file)

MessageBox "width "+p.Width.ToString+" x height "+p.Height.ToString

The size of a canvas that required to render this SVG.
(Read only property)

The items on this page are in the following plugins: MBS Images Plugin.


The biggest plugin in space...