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

GetCharacterBottom Method (IGdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(11)>

Function GetCharacterBottom( _

   ByVal SegmentationResultID As String, _

   ByVal CharacterIdx As Integer _

) As Integer
[DispId(11)]

int GetCharacterBottom( 

   string SegmentationResultID,

   int CharacterIdx

)
function GetCharacterBottom( 

    SegmentationResultID: String;

    CharacterIdx: Integer

): Integer; 
DispIdAttribute(11)

function GetCharacterBottom( 

   SegmentationResultID : String,

   CharacterIdx : int

) : int;
[DispId(11)]

int GetCharacterBottom( 

   string* SegmentationResultID,

   int CharacterIdx

) 
[DispId(11)]

int GetCharacterBottom( 

   String^ SegmentationResultID,

   int CharacterIdx

) 

Parameters

SegmentationResultID
CharacterIdx
See Also

Reference

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