SetStripeSegment method (Mixed Raster Content Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int __fastcall SetStripeSegment (int nStripeIndex, int SegmentLeft, int SegmentTop, int SegmentRight, int SegmentBottom, int nSegType, unsigned crTextForeColor, unsigned crTextBackColor);

Delphi Syntax

Function SetStripeSegment (nStripeIndex: Integer; SegmentLeft: Integer; SegmentTop: Integer; SegmentRight: Integer; SegmentBottom: Integer; nSegType: Integer; crTextForeColor: TColorRef; crTextBackColor: TColorRef): Integer;

Overview

Refer to Working with MRC Bitmap.

Remarks

Manually adds a new segment to an existing stripe. The SetNewStripe method must be used to add a stripe before calling this method.

See Also

Elements

SetNewStripe method

Topics

MRC Bitmap Functions: Manual Segmentation