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

GetCharacterRight Method (IGdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(14)>

Function GetCharacterRight( _

   ByVal SegmentationResultID As String, _

   ByVal CharacterIdx As Integer _

) As Integer
[DispId(14)]

int GetCharacterRight( 

   string SegmentationResultID,

   int CharacterIdx

)
function GetCharacterRight( 

    SegmentationResultID: String;

    CharacterIdx: Integer

): Integer; 
DispIdAttribute(14)

function GetCharacterRight( 

   SegmentationResultID : String,

   CharacterIdx : int

) : int;
[DispId(14)]

int GetCharacterRight( 

   string* SegmentationResultID,

   int CharacterIdx

) 
[DispId(14)]

int GetCharacterRight( 

   String^ SegmentationResultID,

   int CharacterIdx

) 

Parameters

SegmentationResultID
CharacterIdx
See Also

Reference

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