IMSL C# Numerical Library

FillPaint Members

FillPaint overview

Public Static Methods

Checkerboard Returns a checkerboard pattern.
Crosshatch Returns a crosshatch pattern.
DefaultReadObject Reads the serialized fields written by the DefaultWriteObject method.
DefaultWriteObject Writes the serializable fields to the SerializationInfo object, which stores all the data needed to serialize the specified Object.
Diagonal Returns a diagonal pattern.
Diamond Returns a diamond pattern (a checkerboard rotated 45 degrees).
DiamondHatch Returns a crosshatch pattern on a 45 degree angle.
Dot Returns a pattern that is an array of circles.
HorizontalStripe Returns a horizontally striped pattern.
Image Returns a tiling of an image.
VerticalStripe Returns a vertically striped pattern.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FillPaint Class | Imsl.Chart2D Namespace