←Select platform

PencilRoughness Property

Summary

Gets or sets the percentage of coloring coverage.

Syntax

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

Property Value

Value that indicates the percentage of coloring coverage (colored pencil roughness), expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 250.

Example

Refer to ColoredPencilExtendedCommand example.

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