C# 클래스 Svg.SvgViewBox

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty SvgViewBox

공개 메소드들

메소드 설명
AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void
Equals ( SvgViewBox other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SvgViewBox ( float minX, float minY, float width, float height ) : System

Initializes a new instance of the SvgViewBox struct.

operator ( ) : bool

메소드 상세

AddViewBoxTransform() 공개 메소드

public AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void
aspectRatio Svg.SvgAspectRatio
renderer ISvgRenderer
frag Svg.SvgFragment
리턴 void

Equals() 공개 메소드

public Equals ( SvgViewBox other ) : bool
other SvgViewBox
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SvgViewBox() 공개 메소드

Initializes a new instance of the SvgViewBox struct.
public SvgViewBox ( float minX, float minY, float width, float height ) : System
minX float The min X.
minY float The min Y.
width float The width.
height float The height.
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static SvgViewBox,Svg Empty
리턴 SvgViewBox