C# Class PixelFarm.Agg.BoundingRectInt

Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GetBoundingRect ( VertexStore vxs ) : RectInt
GetBoundingRect ( VertexStoreSnap vs ) : RectInt
GetBoundingRect ( VertexStoreSnap vs, RectInt &rect ) : bool

Private Methods

Method Description
GetBoundingRect ( VertexStoreSnap vs, int &x1, int &y1, int &x2, int &y2 ) : bool

Method Details

GetBoundingRect() public static method

public static GetBoundingRect ( VertexStore vxs ) : RectInt
vxs VertexStore
return RectInt

GetBoundingRect() public static method

public static GetBoundingRect ( VertexStoreSnap vs ) : RectInt
vs VertexStoreSnap
return RectInt

GetBoundingRect() public static method

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