SVGViewElementBuilder Class
Contents
[
Hide
]SVGViewElementBuilder class
Builder class for creating an SVGViewElement, which defines a view within an SVG document.
public class SVGViewElementBuilder : SVGElementBuilder<SVGViewElement>, IAnimationElementBuilder,
ICoreAttributeSetter, IDescriptiveElementBuilder, IDocumentElementEventAttributeSetter,
IGlobalEventAttributeSetter, IPreserveAspectRatioAttributeSetter, IViewBoxAttributeSetter
Constructors
Name | Description |
---|---|
SVGViewElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGViewElement) | |
BuildElement(Document) | |
ViewTarget(params string[]) | Sets the viewTarget attribute of the view element, specifying the target elements for the view. |
ZoomAndPan(ZoomAndPan) | Sets the zoomAndPan attribute of the view element, specifying the zoom and pan behavior. |
See Also
- class SVGElementBuilder<T>
- class SVGViewElement
- interface IAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IDocumentElementEventAttributeSetter
- interface IGlobalEventAttributeSetter
- interface IPreserveAspectRatioAttributeSetter
- interface IViewBoxAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG