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
Visual Basic (Declaration) | |
---|
Public Property XCircle As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PerlinCommand
Dim value As Integer
instance.XCircle = value
value = instance.XCircle
|
C# | |
---|
public int XCircle {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_XCircle();
public: __property void set_XCircle(
int value
); |
C++/CLI | |
---|
public:
property int XCircle {
int get();
void set (int value);
} |
Return 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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also