Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Start Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > ExtractMessageCommand Class : Start Property



Gets or sets the point at which the message will be extracted from the image.

Syntax

Visual Basic (Declaration) 
Public Property Start As Point
Visual Basic (Usage)Copy Code
Dim instance As ExtractMessageCommand
Dim value As Point
 
instance.Start = value
 
value = instance.Start
C# 
public Point Start {get; set;}
C++/CLI 
public:
property Point Start {
   Point get();
   void set (Point value);
}

Return Value

Point at which the message will be extracted from the image.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also