←Select platform

HorizontalScratchCount Property

Summary

Gets or sets the number of horizontal scratch lines.

Syntax

C#
VB
WinRT C#
C++
public int HorizontalScratchCount { get; set; } 
  
Public Property HorizontalScratchCount As Integer 
public int HorizontalScratchCount {get; set;} 
  
get_HorizontalScratchCount(); 
set_HorizontalScratchCount(value); 
Object.defineProperty('HorizontalScratchCount');  
public: 
property int HorizontalScratchCount { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of horizontal scratch lines. This property only accepts positive values.

Example

Refer to AgingCommand.

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.ImageProcessing.SpecialEffects Assembly