C# 클래스 System.Html.Media.Graphics.SVG.SVGLength

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SVGLength System.Runtime.CompilerServices

공개 메소드들

메소드 설명
ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void

비공개 메소드들

메소드 설명
SVGLength ( ) : System.Runtime.CompilerServices

메소드 상세

ConvertToSpecifiedUnits() 공개 메소드

public ConvertToSpecifiedUnits ( SVGLengthType unitType ) : void
unitType SVGLengthType
리턴 void

NewValueSpecifiedUnits() 공개 메소드

public NewValueSpecifiedUnits ( SVGLengthType unitType, double valueInSpecifiedUnits ) : void
unitType SVGLengthType
valueInSpecifiedUnits double
리턴 void