mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Some win32 clean-ups.
This commit is contained in:
parent
6fd0c918d9
commit
42666db484
28 changed files with 1465 additions and 1475 deletions
|
|
@ -75,10 +75,10 @@ public:
|
|||
void drawImage (const Image& sourceImage, const Rectangle<int>& srcClip,
|
||||
const AffineTransform& transform, bool fillEntireClipAsTiles);
|
||||
|
||||
void drawLine (double x1, double y1, double x2, double y2);
|
||||
void drawLine (const Line <float>& line);
|
||||
|
||||
void drawVerticalLine (int x, double top, double bottom);
|
||||
void drawHorizontalLine (int x, double top, double bottom);
|
||||
void drawVerticalLine (int x, float top, float bottom);
|
||||
void drawHorizontalLine (int x, float top, float bottom);
|
||||
|
||||
//==============================================================================
|
||||
const Font getFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue