Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

DrawLineColor Property






Gets or sets the line color for drawing.
Syntax
public Color DrawLineColor {get; set;}
'Declaration
 
Public Property DrawLineColor As Color
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As Color
 
instance.DrawLineColor = value
 
value = instance.DrawLineColor

            

            
public:
property Color DrawLineColor {
   Color get();
   void set (    Color value);
}

Property Value

A Color value indicating the line color for drawing.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file