GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddRegion Method





In This Topic
AddRegion Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(81)>
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
[DispId(81)]
int AddRegion( 
   string Name,
   int Left,
   int Top,
   int Width,
   int Height,
   ForegroundMixMode MixMode,
   int RegionColor
)
function AddRegion( 
    Name: String;
    Left: Integer;
    Top: Integer;
    Width: Integer;
    Height: Integer;
    MixMode: ForegroundMixMode;
    RegionColor: Integer
): Integer; 
DispIdAttribute(81)
function AddRegion( 
   Name : String,
   Left : int,
   Top : int,
   Width : int,
   Height : int,
   MixMode : ForegroundMixMode,
   RegionColor : int
) : int;
[DispId(81)]
int AddRegion( 
   string* Name,
   int Left,
   int Top,
   int Width,
   int Height,
   ForegroundMixMode MixMode,
   int RegionColor
) 
[DispId(81)]
int AddRegion( 
   String^ Name,
   int Left,
   int Top,
   int Width,
   int Height,
   ForegroundMixMode MixMode,
   int RegionColor
) 

Parameters

Name
Left
Top
Width
Height
MixMode
RegionColor
See Also

Reference

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