C# 클래스 SharpVectors.Scripting.ScriptableSvgMaskElement

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

공개 메소드들

메소드 설명
ScriptableSvgMaskElement ( object baseObject ) : System
getPresentationAttribute ( string name ) : IScriptableCssValue
hasExtension ( string extension ) : bool

메소드 상세

ScriptableSvgMaskElement() 공개 메소드

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

getPresentationAttribute() 공개 메소드

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

hasExtension() 공개 메소드

public hasExtension ( string extension ) : bool
extension string
리턴 bool