SvgImageItem Class

Individual SVG image file object.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public class SvgImageItem
Inheritance
Object    SvgImageItem

Constructors

SvgImageItem Create a new instance of the SvgImageItem item.
SvgImageItem(HtmlDocument, Int32) Create a new instance of the SvgImageItem item.

Properties

CurveVertexCount Get/Set the count of vertices to place on each curve.
Document Get a reference to the HTML document object model backing this image.
GlobalImageSize Get/Set a reference to the global image size.
GlobalScale Get/Set a reference to the global scale for the current file.
GlobalTranslation Get/Set a reference to the global translation for this image.
PlotPoints Get a reference to the collection of physical plot commands.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
Initialize Initialize the image information from an open HTML document.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also