Click or drag to resize

RandomCircles Class

[Missing <summary> documentation for "T:Altaxo.Graph.Gdi.SyntheticBrushes.RandomCircles"]

Inheritance Hierarchy
SystemObject
  Altaxo.DrawingImageProxy
    Altaxo.Graph.Gdi.SyntheticBrushesSyntheticBrushBase
      Altaxo.Graph.Gdi.SyntheticBrushesRandomCircles

Namespace: Altaxo.Graph.Gdi.SyntheticBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class RandomCircles : SyntheticBrushBase

The RandomCircles type exposes the following members.

Constructors
 NameDescription
Public methodRandomCirclesInitializes a new instance of the RandomCircles class
Top
Properties
 NameDescription
Public propertyCircleDiameter 
Public propertyContentHash
(Inherited from SyntheticBrushBase)
Public propertyFillingFactor 
Public propertyIsValid
(Inherited from SyntheticBrushBase)
Public propertyName
(Inherited from SyntheticBrushBase)
Public propertyRepeatLength
(Inherited from SyntheticBrushBase)
Public propertySize
(Inherited from SyntheticBrushBase)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetContentStream
(Inherited from SyntheticBrushBase)
Public methodGetContentStream(Double)
(Inherited from SyntheticBrushBase)
Public methodGetContentStream(Double, NamedColor, NamedColor)
(Inherited from SyntheticBrushBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetImage
(Overrides SyntheticBrushBaseGetImage(Double, NamedColor, NamedColor))
Protected methodGetPixelDimensions(Double)
(Inherited from SyntheticBrushBase)
Protected methodGetPixelDimensions(Double, Double, Int32)
(Inherited from SyntheticBrushBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasSameContentAs Determines whether the provided image proxy has the same content as this one.
(Inherited from ImageProxy)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Converts to string.
(Inherited from ImageProxy)
Public methodWithCircleDiameter 
Public methodWithFillingFactor 
Public methodWithRepeatLength
(Inherited from SyntheticBrushBase)
Top
Fields
 NameDescription
Protected field_circleDiameterPt 
Protected field_fillingFactor 
Protected field_randomSeed 
Protected field_repeatLengthPt Repeat length in points (1/72 inch) in x-direction.
(Inherited from SyntheticBrushBase)
Top
See Also