In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureSegmenter / GetBlockBottom Method

GetBlockBottom Method (IGdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(3)>

Function GetBlockBottom( _

   ByVal SegmentationResultID As String, _

   ByVal BlockIdx As Integer _

) As Integer
[DispId(3)]

int GetBlockBottom( 

   string SegmentationResultID,

   int BlockIdx

)
function GetBlockBottom( 

    SegmentationResultID: String;

    BlockIdx: Integer

): Integer; 
DispIdAttribute(3)

function GetBlockBottom( 

   SegmentationResultID : String,

   BlockIdx : int

) : int;
[DispId(3)]

int GetBlockBottom( 

   string* SegmentationResultID,

   int BlockIdx

) 
[DispId(3)]

int GetBlockBottom( 

   String^ SegmentationResultID,

   int BlockIdx

) 

Parameters

SegmentationResultID
BlockIdx
See Also

Reference

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