The CircleDistribution type exposes the following members.

Constructors

  NameDescription
Public methodCircleDistribution
Initializes a new instance of the CircleDistribution class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext
Gets a new random value for the underlying probability distribution.
(Overrides Distribution<(Of <(<'T>)>)>..::..Next(Random).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCenter
Gets or sets the center of the circle.
Public propertyInnerRadius
Gets or sets the inner radius of the ring.
Public propertyNextValue Obsolete.
Gets a new random value for the underlying probability distribution.
(Inherited from Distribution<(Of <(<'T>)>)>.)
Public propertyOuterRadius
Gets or sets the outer radius of the ring.
Public propertyRandom Obsolete.
Gets or sets the random number generator.
(Inherited from Distribution<(Of <(<'T>)>)>.)
Public propertyScale
Gets or sets the scale factors that are multiplied to the random position.

See Also