C# 클래스 SharpVectors.Scripting.ScriptableSvgMarkerElement

Implementation wrapper for IScriptableSvgMarkerElement
상속: ScriptableSvgElement, IScriptableSvgMarkerElement, IScriptableSvgLangSpace, IScriptableSvgExternalResourcesRequired, IScriptableSvgStylable, IScriptableSvgFitToViewBox
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
ScriptableSvgMarkerElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
setOrientToAngle ( IScriptableSvgAngle angle ) : void
setOrientToAuto ( ) : void

메소드 상세

ScriptableSvgMarkerElement() 공개 메소드

public ScriptableSvgMarkerElement ( object baseObject ) : System
baseObject object
리턴 System

getPresentationAttribute() 공개 메소드

public getPresentationAttribute ( string name ) : IScriptableCssValue
name string
리턴 IScriptableCssValue

setOrientToAngle() 공개 메소드

public setOrientToAngle ( IScriptableSvgAngle angle ) : void
angle IScriptableSvgAngle
리턴 void

setOrientToAuto() 공개 메소드

public setOrientToAuto ( ) : void
리턴 void