C# 클래스 PixelFarm.Agg.BoundingRect

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
GetBoundingRect ( VertexStore vxs, int gi, int num, RectD &boundingRect ) : bool
GetBoundingRect ( VertexStoreSnap vs, RectD &rect ) : bool

비공개 메소드들

메소드 설명
GetBoundingRect ( VertexStore vxs, int gi, int num, double &x1, double &y1, double &x2, double &y2 ) : bool
GetBoundingRectSingle ( VertexStoreSnap vs, double &x1, double &y1, double &x2, double &y2 ) : bool

메소드 상세

GetBoundingRect() 공개 정적인 메소드

public static GetBoundingRect ( VertexStore vxs, int gi, int num, RectD &boundingRect ) : bool
vxs VertexStore
gi int
num int
boundingRect RectD
리턴 bool

GetBoundingRect() 공개 정적인 메소드

public static GetBoundingRect ( VertexStoreSnap vs, RectD &rect ) : bool
vs VertexStoreSnap
rect RectD
리턴 bool