|
|
Gets the brush type of a DC.
|
|
|
Gets the pen cap style of a DC.
|
|
|
Gets the pen join style of a DC.
|
|
|
Gets the pen type of a DC.
|
|
|
Gets the pen width of a DC.
|
|
|
Sets the brush type of a DC to a new type.
|
|
|
Sets the pen type of a DC to a new type.
|
|
|
Sets the pen type of a DC to a new type.
|
|
|
Sets the pen type of a DC to a new type.
|
|
|
Sets the pen width of a DC to a new width.
|
|
|
Arc structure. |
|
|
The stipple bitmap structure. |
|
|
|
DC Line styles
|
|
|
DC Line cap styles
|
|
|
DC Line join styles |
|
||||||||||||||||||||||||||||||||
|
Draws an arc with the current pen in a DC. This function draws an arc with the current pen in the DC hdc. The coordinates of the upper-left corner of the bounding rectanglecenter of the arc is (x, y), the bounding box of the arc is width wide and height high, and the degree of start angle and end angle are ang1 and ang2 respectively.
|
|
||||||||||||||||||||||||||||||||
|
Fills an arc with the current brush in a DC. This function fills an arc with the current brush in the DC hdc. The coordinates of the upper-left corner of the bounding rectanglecenter of the arc is (x, y), the bounding box of the arc is width wide and height high, and the degree of start angle and end angle are ang1 and ang2 respectively.
|
|
||||||||||||||||||||||||
|
Draws a line with the current pen in the DC hdc. This function draws a line with the current pen in the DC hdc. The line draws from (x1, y1) to (x2, y2).
|
|
||||||||||||||||
|
Draws a polyarc with the current pen in a DC. This function draws a polyarc with the current pen in the DC hdc.
|
|
||||||||||||||||
|
Fill a polyarc with the current brush in a DC. This function fill a polyarc with the current brush in the DC hdc.
|
|
||||||||||||||||
|
Draws a polyline with the current pen in a DC. This function draws a polyline with the current pen in the DC hdc.
|
|
||||||||||||||||||||||||||||||||
|
Draw and fill a rectangle with rounded corners in a DC. This function draws a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush in the DC hdc.
|
|
||||||||||||||||
|
Set the tile or stipple with the DC.
|
|
||||||||||||||||
|
Set the origin when using tiles or stipples with the DC. Set the origin when using tiles or stipples with the DC. The tile or stipple will be aligned such that the upper left corner of the tile or stipple will coincide with this point.
|
|
||||||||||||||||||||
|
Sets the way dashed-lines are drawn. Sets the way dashed-lines are drawn. Lines will be drawn with alternating on and off segments of the lengths specified in dash_list. The manner in which the on and off segments are drawn is determined by the pen type of the DC. (This can be changed with SetPenType function.)
|
1.4.2