Accusoft ImagXpress 12
enumFillStyle Enumeration
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL : enumFillStyle Enumeration

Glossary Item Box

Description

Specifies the pattern used to fill circles and boxes created with the DrawCircle, DrawLine and DrawPolygon graphics methods.

Members

MemberValueDescription
FILL_Cross6Cross fill pattern.
FILL_DiagonalCross7Diagonal cross fill pattern.
FILL_DownwardDiagonal4Downward diagonal fill pattern.
FILL_HorizontalLine2Horizontal line fill pattern.
FILL_Solid0Solid fill pattern.
FILL_Transparent1Transparent fill pattern.
FILL_UpwardDiagonal5Upward diagonal fill pattern.
FILL_VerticalLine3Vertical line fill pattern.

Remarks

The default value is FILL_Transparent.

When DrawFillStyle is set to 1 (Transparent), the DrawFillColor property is ignored.

See Also

©2013. Accusoft Corporation. All Rights Reserved.