←Select platform

XCircle Property

Summary

Gets or sets the value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles.

Syntax
C#
VB
C++
public int XCircle { get; set; } 
  
Public Property XCircle As Integer 
public: 
property int XCircle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles. Possible values range from 0 to the width of the image. This parameter is only used if the PF_Circle flag is set.

Example

Refer to PerlinCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly