In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / FxSubtractBackground Method

FxSubtractBackground Method (GdPictureImaging)

In This Topic
Syntax
'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
RollingBallSize
LightBackground
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members