'Declaration
Public Function AddRegion( _ ByVal Name As String, _ ByVal Left As Integer, _ ByVal Top As Integer, _ ByVal Width As Integer, _ ByVal Height As Integer, _ ByVal MixMode As ForegroundMixMode, _ ByVal RegionColor As Integer _ ) As Integer
public int AddRegion( string Name, int Left, int Top, int Width, int Height, ForegroundMixMode MixMode, int RegionColor )
public function AddRegion( Name: String; Left: Integer; Top: Integer; Width: Integer; Height: Integer; MixMode: ForegroundMixMode; RegionColor: Integer ): Integer;
public function AddRegion( Name : String, Left : int, Top : int, Width : int, Height : int, MixMode : ForegroundMixMode, RegionColor : int ) : int;
public: int AddRegion( string* Name, int Left, int Top, int Width, int Height, ForegroundMixMode MixMode, int RegionColor )
public: int AddRegion( String^ Name, int Left, int Top, int Width, int Height, ForegroundMixMode MixMode, int RegionColor )
Parameters
- Name
- Left
- Top
- Width
- Height
- MixMode
- RegionColor