Click or drag to resize
BitmapExtras Class
example usage: https://github.com/andreigec/MTG-Proxy-Maker
Inheritance Hierarchy
SystemObject
  ANDREICSLIB.ClassExtrasBitmapExtras

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BitmapExtras

The BitmapExtras type exposes the following members.

Constructors
  NameDescription
Public methodBitmapExtras
Initializes a new instance of the BitmapExtras class
Top
Methods
  NameDescription
Private methodStatic memberBitmapToColorMatrix
Public methodStatic memberCrop
crop the image based on a new width and height
Public methodStatic memberDrawLine
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 memberGrayScale
Public methodStatic memberImageFileToColorMatrix
Public methodStatic memberInitBitmap
Public methodStatic memberIsOnlyColour
Public methodStatic memberLockBitmap
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNonWhiteToBlack
Public methodStatic memberOnlyAllowBlackAndColour
replace all colours apart from the one passed in with white, and the passed in colour as black
Public methodStatic memberRemoveExcessWhitespace
Public methodStatic memberResizeBitmap
Public methodStatic memberRowOrColIsColour
Public methodStatic memberStretchBitmap
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also