C# Класс PixelFarm.Agg.BoundingRect

Показать файл Открыть проект

Открытые методы

Метод Описание
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