In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / AddRegion(String,Int32,Int32,Int32,Int32,ForegroundMixMode,Int32) Method

AddRegion(String,Int32,Int32,Int32,Int32,ForegroundMixMode,Int32) Method

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

Reference

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