Property LPGDIPlusProperties.TLPGPOptionalMultiPen.AdditionalPens
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TLPGPOptionalMultiPen
Contents |
Syntax
Delphi:
property AdditionalPens : TLPGPPenCollection read FAdditionalPens write SetAdditionalPens;
C++ Builder:
__property TLPGPPenCollection * AdditionalPens = { read=FAdditionalPens, write=SetAdditionalPens };
Summary
Collection of additional optional pens.
Description
Use this collection to specify additional pens to be used for
drawing the GDI+ objects. The additional pens will be used to
draw on top of the primary pin. By doing this the user can
achieve very interesting and beautiful rendering effects.