INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'Chord' procedure draws a chord (a region bounded by the
-- intersection of an ellipse and a line segment, called a "secant").
-- The chord is outlined by using the current pen and filled by using
-- the current brush.
-- The 'Ellipse' procedure draws an ellipse. The center of the ellipse
-- is the center of the given bounding rectangle. The ellipse is outlined
-- by using the current pen and is filled by using the current brush.
-- The 'FillRect' procedure fills a rectangle by using the specified brush.
-- This function includes the left and top borders, but excludes the right
-- and bottom borders of the rectangle.
-- The 'InvertRect' procedure inverts a rectangle in a window by
-- performing a logical NOT operation on the color values for each pixel
-- in the rectangle's interior.
-- The 'Pie' procedure draws a pie-shaped wedge bounded by the
-- intersection of an ellipse and two radials. The pie is outlined by
-- using the current pen and filled by using the current brush.
-- The 'Rectangle' procedure draws a rectangle. The rectangle is
-- outlined by using the current pen and filled by using the current brush.
-- The 'RoundRect' procedure draws a rectangle with rounded corners.
-- The rectangle is outlined by using the current pen and filled by using
-- the current brush.
-- BOOL
-- The Polygon function draws a polygon consisting of two or more
-- vertices connected by straight lines. The polygon is outlined by
-- using the current pen and filled by using the current brush and
-- polygon fill mode.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |