←Select platform

HoleSize Property

Summary

Gets or sets the hole size.

Syntax

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

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

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