LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

YCircle Property

Show in webframe







Gets or sets the value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles.
Syntax
public int YCircle {get; set;}
'Declaration
 
Public Property YCircle As Integer
'Usage
 
Dim instance As PerlinCommand
Dim value As Integer
 
instance.YCircle = value
 
value = instance.YCircle
public int YCircle {get; set;}

            

            
 
get_YCircle();
set_YCircle(value);
Object.defineProperty('YCircle');
public:
property int YCircle {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the height of the image. This parameter is only used if the PF_Circle flag is set.
Example
Refer to PerlinCommand example.
Requirements

Target Platforms

See Also

Reference

PerlinCommand Class
PerlinCommand Members

 

 


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