Searched defs:LinePoints (Results 1 – 1 of 1) sorted by relevance
184 struct LinePoints struct186 Point maBeg; /// Start position of the line.187 Point maEnd; /// End position of the line.189 explicit LinePoints( const Point& rBeg, const Point& rEnd ) : in LinePoints() argument191 explicit LinePoints( const Rectangle& rRect, bool bTLBR ) : in LinePoints() argument
Completed in 20 milliseconds