Click or drag to resize
FillPaint Class
A collection of methods to create Brush objects for fill areas.
Inheritance Hierarchy
SystemObject
  Imsl.Chart2DFillPaint

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
[SerializableAttribute]
public class FillPaint

The FillPaint type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckerboard
Returns a checkerboard pattern.
Public methodStatic memberCrosshatch
Returns a crosshatch pattern.
Public methodStatic memberDefaultReadObject
Reads the serialized fields written by the DefaultWriteObject method.
Public methodStatic memberDefaultWriteObject
Writes the serializable fields to the SerializationInfo object, which stores all the data needed to serialize the specified Object.
Public methodStatic memberDiagonal
Returns a diagonal pattern.
Public methodStatic memberDiamond
Returns a diamond pattern (a checkerboard rotated 45 degrees).
Public methodStatic memberDiamondHatch
Returns a crosshatch pattern on a 45 degree angle.
Public methodStatic memberDot
Returns a pattern that is an array of circles.
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.)
Public methodStatic memberHorizontalStripe
Returns a horizontally striped pattern.
Public methodStatic memberImage
Returns a tiling of an image.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberVerticalStripe
Returns a vertically striped pattern.
Top
Remarks

All of the Brush objects returned by the methods in this class are serializable.

See Also