GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / OMRDetectOvalMarks Method





In This Topic
OMRDetectOvalMarks Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(510)>
Function OMRDetectOvalMarks( _
   ByVal ImageID As Integer, _
   ByRef Areas() As Integer, _
   ByVal AreasCount As Integer, _
   ByVal Sensitivity As Double, _
   ByRef Confidence() As Integer, _
   ByVal HasCharacter As Boolean _
) As Integer()
[DispId(510)]
int[] OMRDetectOvalMarks( 
   int ImageID,
   ref int[] Areas,
   int AreasCount,
   double Sensitivity,
   ref int[] Confidence,
   bool HasCharacter
)
function OMRDetectOvalMarks( 
    ImageID: Integer;
   var  Areas: Integerarray of;
    AreasCount: Integer;
    Sensitivity: Double;
   var  Confidence: Integerarray of;
    HasCharacter: Boolean
): array of Integer; 
DispIdAttribute(510)
function OMRDetectOvalMarks( 
   ImageID : int,
   Areas : int[],
   AreasCount : int,
   Sensitivity : double,
   Confidence : int[],
   HasCharacter : boolean
) : int[];
[DispId(510)]
int[]* OMRDetectOvalMarks( 
   int ImageID,
   ref int[]* Areas,
   int AreasCount,
   double Sensitivity,
   ref int[]* Confidence,
   bool HasCharacter
) 
[DispId(510)]
array<int>^ OMRDetectOvalMarks( 
   int ImageID,
   array<int>^% Areas,
   int AreasCount,
   double Sensitivity,
   array<int>^% Confidence,
   bool HasCharacter
) 

Parameters

ImageID
Areas
AreasCount
Sensitivity
Confidence
HasCharacter
See Also

Reference

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