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

GetCharacterTop Method (IGdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(15)>

Function GetCharacterTop( _

   ByVal SegmentationResultID As String, _

   ByVal CharacterIdx As Integer _

) As Integer
[DispId(15)]

int GetCharacterTop( 

   string SegmentationResultID,

   int CharacterIdx

)
function GetCharacterTop( 

    SegmentationResultID: String;

    CharacterIdx: Integer

): Integer; 
DispIdAttribute(15)

function GetCharacterTop( 

   SegmentationResultID : String,

   CharacterIdx : int

) : int;
[DispId(15)]

int GetCharacterTop( 

   string* SegmentationResultID,

   int CharacterIdx

) 
[DispId(15)]

int GetCharacterTop( 

   String^ SegmentationResultID,

   int CharacterIdx

) 

Parameters

SegmentationResultID
CharacterIdx
See Also

Reference

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