LBorderAttachment is a PowerPlant class that is used for drawing a border within the Frame of a Pane. It is often used in conjunction with LPaintAttachment.
Methods :
The methods in this class are:
Data Members:
The data members in this class are:
Operation:
This Attachment is designed to respond to the msg_DraworPaint message. When you create this Attachment, you specify a PenState, foreground and background colors, and whether the host should
also draw.
Source files:
See also:
Purpose:
The constructor creates the object containing the passed-in parameters.
Access:
Prototype:
LBorderAttachment( PenState *inPenState,
RGBColor *inForeColor,
RGBColor *inBackColor,
Boolean inExecuteHost );
LBorderAttachment( LStream *inStream );Parameters:
The parameters for these constructors are:
|
||
Purpose:
This method draws a rectangular border. This is an override of ExecuteSelf() in LAttachment.
Purpose:
This member holds the pen information.
Access:
Prototype:
PenState mPenState;
Purpose:
This member holds the foreground color information.
Access:
Prototype:
RGBColor mForeColor;
Purpose:
This member holds the background color information.
Access:
Prototype:
RGBColor mBackColor;