'Declaration
Public Function FxSubtractBackground( _ ByVal ImageID As Integer, _ ByVal RollingBallSize As Integer, _ ByVal LightBackground As Boolean _ ) As GdPictureStatus
public GdPictureStatus FxSubtractBackground( int ImageID, int RollingBallSize, bool LightBackground )
public function FxSubtractBackground( ImageID: Integer; RollingBallSize: Integer; LightBackground: Boolean ): GdPictureStatus;
public function FxSubtractBackground( ImageID : int, RollingBallSize : int, LightBackground : boolean ) : GdPictureStatus;
public: GdPictureStatus FxSubtractBackground( int ImageID, int RollingBallSize, bool LightBackground )
public: GdPictureStatus FxSubtractBackground( int ImageID, int RollingBallSize, bool LightBackground )
Parameters
- ImageID
- GdPicture image identifier.
- RollingBallSize
- Size of ball rolled under the image. Controlled the amount of subtraction. Value >= 50.
- LightBackground
- Whether a background is lighter or not than the foreground. Value >= true.
Return Value
A member of the GdPictureStatus enumeration.