API Reference > Classes > PRC Graphical Classes > OdPrcDottingPattern Class
OdPrcDottingPattern Class
OdPrcDottingPatternOdPrcDottingPatternOdPrcDottingPatternOdPrcDottingPattern
Syntax
C++
class OdPrcDottingPattern : public OdPrcFillPattern;

PrcDottingPattern.h

 

Class representing a two-dimensional dotting pattern with points.

Returns the current value of the color index. 
Returns the current color of the pattern. Will throw an exception in case of uninitialized object. 
Returns the current value of the pitch of point spacing. 
This is the overview for the setColor method overload. 
Sets a new value for the pitch of point spacing.
 
Sets a new value for the zigzag flag. The zigzag flag indicates that points are offset along the X-axis at the value of pitch/2.0 for odd rows (if true). If the flag is equal to false, points are spaced with the pitch on a regular grid.
 
Returns the current value of the zigzag flag. The zigzag flag indicates that points are offset along the X-axis at the value of pitch/2.0 for odd rows (if true). If the flag is equal to false, points are spaced with the pitch on a regular grid. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.