ClearImage 8 Help
GetLines Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class : GetLines Method






Obtains list of image lines

Syntax

Visual Basic (Declaration) 
Public Function GetLines() As ImageLine()
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value() As ImageLine
 
value = instance.GetLines()
C# 
public ImageLine[] GetLines()
Delphi 
public function GetLines(): array of ImageLine; 
JScript 
public function GetLines() : ImageLine[];
Managed Extensions for C++ 
public: ImageLine*[]* GetLines(); 
C++/CLI 
public:
array<ImageLine^>^ GetLines(); 

Return Value

Array of ImageLine objects

Remarks

Licensing: Requires ClearImage Tools license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.