CartoType API
Public Attributes
CartoType::TCircularPen Class Reference

#include <cartotype_graphics.h>

List of all members.

Public Attributes

TFixed iPenWidth
TLineCap iLineCap
TLineJoin iLineJoin
TFixed iMiterLimit
const CDashArrayiDashArray

Detailed Description

A circular pen used for stroking a path.

A line drawn using a circular pen can have various types of end caps and corners.


Member Data Documentation

If non-null, a pointer to an array giving the pattern of dashed and gaps used to draw strokes; not owned. The elements are the dash and gap lengths in pixels. They are used repeatedly, alternating between dashes and gaps; the first element is a dash.

The line cap type.

The line join type.

If the corners are mitered, they are cut off by a straight line if they extend more than this fraction of half the pen width from the center of the line.

The width of the pen in pixels.


The documentation for this class was generated from the following file: