C# 클래스 TeX2img.BoundingBox

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

공개 메소드들

메소드 설명
BoundingBox ( decimal l, decimal b, decimal r, decimal t ) : System
HiresBBToBB ( ) : BoundingBox
ToString ( ) : string
Translate ( decimal x, decimal y ) : void

메소드 상세

BoundingBox() 공개 메소드

public BoundingBox ( decimal l, decimal b, decimal r, decimal t ) : System
l decimal
b decimal
r decimal
t decimal
리턴 System

HiresBBToBB() 공개 메소드

public HiresBBToBB ( ) : BoundingBox
리턴 BoundingBox

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Translate() 공개 메소드

public Translate ( decimal x, decimal y ) : void
x decimal
y decimal
리턴 void