LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

HoleSize Property

Show in webframe







Gets or sets the hole size.
Syntax
public int HoleSize {get; set;}
'Declaration
 
Public Property HoleSize As Integer
'Usage
 
Dim instance As DrawStarCommand
Dim value As Integer
 
instance.HoleSize = value
 
value = instance.HoleSize
public int HoleSize {get; set;}

            

            
 
get_HoleSize();
set_HoleSize(value);
Object.defineProperty('HoleSize');
public:
property int HoleSize {
   int get();
   void set (    int value);
}

Property Value

The hole size. This value is given as a percent of the whole star from which the rays start or in which they end. The valid range is from 0 to 100.
Example
Refer to DrawStarCommand.
Requirements

Target Platforms

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.