LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

HoleSize Property






Gets or sets the hole size. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DrawStarCommand Class
DrawStarCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.