C# Class GraphicsImplementation.ImageAttributesCache.Key

Mostra file Open project: filipkunc/GLGraphics

Public Properties

Property Type Description
Attributes System.Drawing.Imaging.ImageAttributes
Image Image

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

Attributes public_oe property

public ImageAttributes,System.Drawing.Imaging Attributes
return System.Drawing.Imaging.ImageAttributes

Image public_oe property

public Image Image
return Image