|
Line and Curve Attributes
A device context (DC) contains attributes that affect line and curve output.
The line and curve attributes include the current position, brush style, brush color, pen style, pen color,
transformation, and so on.
The default current position for any DC is located at the point (0,0) in
logical (or world) space. You can set these coordinates to a new position by calling
the MoveToEx function and passing a new set of coordinates.
Note Windows provides two sets of line- and curve-drawing functions. The first
set retains the current position in a DC, and the second set alters the position.
You can identify the functions that alter the current position by examining
the function name. If the function name ends with the preposition "To", the
function sets the current position to the ending point of the last line drawn (LineTo, ArcTo, PolylineTo, or PolyBezierTo). If the function name does not end with this preposition, it leaves the
current position intact (Arc, Polyline, or PolyBezier).
The default brush is a solid white brush. An application can create a new
brush by calling the CreateBrushIndirect function. After creating a brush, the application can select it into its DC
by calling the SelectObject function. Windows provides a complete set of functions to create, select, and
alter the brush in an application's DC. For more information about these
functions and about brushes in general, see Brushes.
The default pen is a cosmetic, solid black pen that is one pixel wide. An
application can create a pen by using the ExtCreatePen function. After creating a pen, your application can select it into its DC by
calling the SelectObject function. Windows provides a complete set of functions to create, select, and
alter the pen in an application's DC. For more information about these
functions and about pens in general, see Pens.
The default transformation is the unity transformation (specified by the
identity matrix). An application can specify a new transformation by calling the SetWorldTransform function. Windows provides a complete set of functions to transform lines and
curves by altering their width, location, and general appearance. For more
information about these functions, see Coordinate Spaces and Transformations.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|