C# Class PixelFarm.Agg.BoundingRect

Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetBoundingRect ( VertexStore vxs, int gi, int num, RectD &boundingRect ) : bool
GetBoundingRect ( VertexStoreSnap vs, RectD &rect ) : bool

Private Methods

Method Description
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

Method Details

GetBoundingRect() public static method

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

GetBoundingRect() public static method

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