<DebuggerNonUserCodeAttribute()> <DebuggerStepThroughAttribute()> Public Function DetectGraphicLines( _ ByVal options As GraphicLineDetectionOptions _ ) As GraphicLineDetectionResults
Dim instance As ScanFix Dim options As GraphicLineDetectionOptions Dim value As GraphicLineDetectionResults value = instance.DetectGraphicLines(options)
[DebuggerNonUserCode()] [DebuggerStepThrough()] public GraphicLineDetectionResults DetectGraphicLines( GraphicLineDetectionOptions options )
[DebuggerNonUserCode()] [DebuggerStepThrough()] public: GraphicLineDetectionResults^ DetectGraphicLines( GraphicLineDetectionOptions^ options )
Parameters
- options
- An object containing parameters that control the detection process.
Return Value
A GraphicLineDetectionResults object containing a list lines discovered by the line detection process.