Line

Namespace: WellFired.Guacamole.Drawing

Description

Public Static Methods

void WithoutAA ( int x0, int y0, int x1, int y1, Action< int, int > plot )
void WithAA ( int x0, int y0, int x1, int y1, Action< int, int, byte > plot )
void DoWithWidthAndAA ( int x0, int y0, int x1, int y1, double wd, Action< int, int, byte > plot )
void DoWithWidth ( int x0, int y0, int x1, int y1, double wd, Action< int, int > plot )

Breakdown

  • void WithoutAA ( int x0, int y0, int x1, int y1, Action< int, int > plot )
  • void WithAA ( int x0, int y0, int x1, int y1, Action< int, int, byte > plot )
  • void DoWithWidthAndAA ( int x0, int y0, int x1, int y1, double wd, Action< int, int, byte > plot )
  • void DoWithWidth ( int x0, int y0, int x1, int y1, double wd, Action< int, int > plot )