Circle

Namespace: WellFired.Guacamole.Drawing

Description

Public Static Methods

void WithoutAA ( int centerX, int centerY, int radius, Action< int, int > plot )
void OutlineWithAA ( int xm, int ym, int r, Action< int, int, byte > plot )
void QuarterOutlineWithAA ( QuarterCircle.Quarter quarter, int xm, int ym, int r, Action< int, int, byte > plot )

Breakdown

  • void WithoutAA ( int centerX, int centerY, int radius, Action< int, int > plot )
  • void OutlineWithAA ( int xm, int ym, int r, Action< int, int, byte > plot )
  • void QuarterOutlineWithAA ( QuarterCircle.Quarter quarter, int xm, int ym, int r, Action< int, int, byte > plot )