AddRegionInches(String,Single,Single,Single,Single,ForegroundMixMode,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function AddRegionInches( _
ByVal As String, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As ForegroundMixMode, _
ByVal As Integer _
) As Integer
public int AddRegionInches(
string ,
float ,
float ,
float ,
float ,
ForegroundMixMode ,
int
)
public function AddRegionInches(
: String;
: Single;
: Single;
: Single;
: Single;
: ForegroundMixMode;
: Integer
): Integer;
public function AddRegionInches(
: String,
: float,
: float,
: float,
: float,
: ForegroundMixMode,
: int
) : int;
public: int AddRegionInches(
string* ,
float ,
float ,
float ,
float ,
ForegroundMixMode ,
int
)
public:
int AddRegionInches(
String^ ,
float ,
float ,
float ,
float ,
ForegroundMixMode ,
int
)
Parameters
- Name
- Left
- Top
- Width
- Height
- MixMode
- RegionColor
See Also