GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / AddRegionInches(String,Single,Single,Single,Single,ForegroundMixMode,Int32) Method





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

Parameters

Name
Left
Top
Width
Height
MixMode
RegionColor
See Also

Reference

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