Low-level graphics


Table of Contents

drawArc — Draw an arc (○)
drawCircle — Draw a circle (○)
drawText — Draw a text (clipped to rectangle) (○)
drawEllipse — Draw an ellipse (○)
drawGradientRect — Draw a rectangle with gradient fill (○)
drawChord — Draw a chord (○)
drawLineTo — Draw a line to specified point (○)
drawMoveTo — Move graphic cursor to new position (○)
drawPie — Draw a pie (○)
drawPolygon — Draw a polygon (○)
drawPolyline — Draw a polyline (○)
drawRectangle — Draw a rectangle (○)
drawRoundRect — Draw a rectangle with rounded corners (○)
drawSelectFont — Create / select graphic font (○)
drawSelectPen — Create / select graphic pen (○)
drawSelectSolidBrush — Create / select graphic brush (○)
drawSetBkColor — Set graphic background color (○)
drawSetBkMode — Set graphic background mode (○)
drawSetOverlayMode — Set low-level graphic overlay mode (○)
drawSetPixel — Set pixel at specified position to specified color (○)
drawSetTextAlign — Set text alignment (○)
drawSetTextColor — Set graphic text color (○)
drawTextOut — Writes text at the specified location (○)