Class ViewBoxAttr
Represents an attribute for setting the viewbox for an SVG document.
Inherited Members
Namespace: OpenSvg.Attributes
Assembly: OpenSvg.dll
Syntax
public class ViewBoxAttr : Attr<BoundingBox>, IAttr, IEquatable<IAttr>, IEquatable<Attr<BoundingBox>>
Constructors
| Edit this page View SourceViewBoxAttr()
Initializes a new instance of the ViewBoxAttr class.
Declaration
public ViewBoxAttr()
Methods
| Edit this page View SourceDeserialize(string)
Deserializes an XML string to the value of the attribute.
Declaration
protected override BoundingBox Deserialize(string xmlString)
Parameters
Type | Name | Description |
---|---|---|
string | xmlString | The XML string to deserialize. |
Returns
Type | Description |
---|---|
BoundingBox | The deserialized value. |
Overrides
| Edit this page View SourceSerialize(BoundingBox)
Serializes the value of the attribute to an XML string.
Declaration
protected override string Serialize(BoundingBox value)
Parameters
Type | Name | Description |
---|---|---|
BoundingBox | value | The value to serialize. |
Returns
Type | Description |
---|---|
string | The XML string representation of the value. |