C# Class GraphicsImplementation.ImageAttributesCache

Mostra file Open project: filipkunc/GLGraphics Class Usage Examples

Public Methods

Method Description
GetOrCreateBitmapFromImageAndAttributes ( Image image, ImageAttributes attributes ) : Bitmap
ImageAttributesCache ( ) : System

Method Details

GetOrCreateBitmapFromImageAndAttributes() public method

public GetOrCreateBitmapFromImageAndAttributes ( Image image, ImageAttributes attributes ) : Bitmap
image Image
attributes System.Drawing.Imaging.ImageAttributes
return System.Drawing.Bitmap

ImageAttributesCache() public method

public ImageAttributesCache ( ) : System
return System