C# Class SharpVectors.Scripting.ScriptableSvgMarkerElement

Implementation wrapper for IScriptableSvgMarkerElement
Inheritance: ScriptableSvgElement, IScriptableSvgMarkerElement, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgMarkerElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
setOrientToAngle ( IScriptableSvgAngle angle ) : void
setOrientToAuto ( ) : void

Method Details

ScriptableSvgMarkerElement() public method

public ScriptableSvgMarkerElement ( object baseObject ) : System
baseObject object
return System

getPresentationAttribute() public method

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
return IScriptableCssValue

setOrientToAngle() public method

public setOrientToAngle ( IScriptableSvgAngle angle ) : void
angle IScriptableSvgAngle
return void

setOrientToAuto() public method

public setOrientToAuto ( ) : void
return void