Method function IGDIPlus.IGPPen.SetBrush(IGPBrush) : TGPPen
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: IGPPen
Contents |
Syntax
Delphi:
function SetBrush( brush : IGPBrush ) : TGPPen;
C++ Builder:
TGPPen __fastcall SetBrush( IGPBrush brush );
Visual C++ (MFC):
SetBrush( brush );
Summary
Sets the TGPBrush object that a TGPpen uses to fill a line.
Description
Call this method to set the TGPBrush object that a TGPpen uses to fill a line.