SetNewStripe method (Mixed Raster Content Control)
Builder Syntax |
int __fastcall SetNewStripe (int nStripeStartRow, int nStripeEndRow); |
Delphi Syntax |
Function SetNewStripe (nStripeStartRow: Integer; nStripeEndRow: Integer): Integer; |
Overview |
Refer to Working with MRC Bitmap. |
Remarks
This method is used to manually add a new stripe. The first time it is called, it initializes the control to begin the manual segmentation process. Therefore, it must be called at least once before any other manual segmentation method.
The control should have a valid bitmap before this method is called.
See Also
Elements |
|
Topics |