//METHODS public int SetAttributes(DrawableTraits traits) { createInstance(); int SetAttrib = BaseDrawable.SetAttributes(traits); tr.Dispose(); return(SetAttrib); }
public bool WorldDraw(WorldDraw wd) { createInstance(); bool WorldD = BaseDrawable.WorldDraw(wd); tr.Dispose(); return(WorldD); }
public int ViewportDrawLogicalFlags(ViewportDraw vd) { createInstance(); int ViewportDrawL = BaseDrawable.ViewportDrawLogicalFlags(vd); tr.Dispose(); return(ViewportDrawL); }
public override Bitmap getBitmap() { Bitmap bitmap = BaseDrawable.getBitmap(); return(InvertBitmap(bitmap)); }
public override Bitmap getBitmap() { Bitmap bitmap = BaseDrawable.getBitmap(); return(GreyScale(bitmap)); }
public override Bitmap GetBitmap() { Bitmap bitmap = BaseDrawable.GetBitmap(); return(Resize(bitmap)); }
public void ViewportDraw(ViewportDraw vd) { createInstance(); BaseDrawable.ViewportDraw(vd); tr.Dispose(); }
public override Bitmap GetBitmap() { Bitmap bitmap = BaseDrawable.GetBitmap(); return(ChangeBitmapBrightness(bitmap)); }