Syntax
struct Hatch;
Description
This struct defines the appearence of a hatch.
A hatch is a texture made of straight lines.
Field Summary
|
Style |
The HatchStyle defines the kind of lines used to draw
this hatch.
|
|
Color |
This is the color of the hatch lines.
|
|
Distance |
This is the distance between the lines in the hatch.
|
|
Angle |
You can rotate the lines of the hatch with this angle.
|
|
Field Details
|
|
Syntax
com::sun::star::drawing::HatchStyle Style;
Description
The HatchStyle defines the kind of lines used to draw
this hatch.
Syntax
com::sun::star::drawing::color Color;
Description
This is the color of the hatch lines.
Syntax
long Distance;
Description
This is the distance between the lines in the hatch.
Syntax
long Angle;
Description
You can rotate the lines of the hatch with this angle.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.