CartoType API
Public Member Functions
CartoType::CHachure Class Reference

#include <cartotype_hachure.h>

Inheritance diagram for CartoType::CHachure:
CartoType::CPaintServer CartoType::MPaintServer

List of all members.

Public Member Functions

CT_IMPORT CHachure (TColor aColor, TFixed aStrokeWidth, TFixed aInterval, TFixedSmall aAngle)
CT_IMPORT TColor Color (int32 aX, int32 aY)

Detailed Description

A paint server that draws a hachure of color aColor using strokes of width aStrokeWidth, at intervals of aInterval. The hachure is rotated by aAngle.


Constructor & Destructor Documentation

CT_EXPORT CHachure::CHachure ( TColor  aColor,
TFixed  aStrokeWidth,
TFixed  aInterval,
TFixedSmall  aAngle 
)

Create a paint server to draw a hachure of color aColor using strokes of width aStrokeWidth, at intervals of aInterval. The hachure is rotated by aAngle.


Member Function Documentation

CT_EXPORT TColor CHachure::Color ( int32  aX,
int32  aY 
) [virtual]

Supply a color for the pixel at (aX,aY) in premultiplied RGBA format.

Implements CartoType::MPaintServer.


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