←Select platform

DrawLineColor Property

Summary

Gets or sets the line color for drawing.

Syntax

C#
VB
C++
public Color DrawLineColor { get; set; } 
  
Public Property DrawLineColor As Color 
public: 
property Color DrawLineColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

A Color value indicating the line color for drawing.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly