Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TD3DLinePattern::LinePattern ]
[ next: RepeatFactor ]
[ prev: ErrorValue ]
__published:
__property word LinePattern = { read=FGetLinePattern, write=FSetLinePattern, default=0 };
TD3DLINEPATTERN::LINEPATTERN
[ component property ]
- Description
The LinePattern property contains the bits that specify the line pattern.
Some simple line patterns examples may be:
52428: 1100110011001100 to produce a dotted line.
43690: 1010101010101010 to produce a point line.
61166: 1110111011101110 to produce a dashed line.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|