Method |
Description |
|
DrawCircle ( SKCanvas canvas, float x, float y, float radius, SKPaint fillColor, SKPaint lineColor ) : void |
|
|
DrawPointWithBitmapStyle ( SKCanvas canvas, SymbolStyle symbolStyle, System.Point destination, SKBitmapInfo>.IDictionary symbolBitmapCache ) : void |
|
|
DrawPointWithSymbolStyle ( SKCanvas canvas, SymbolStyle style, System.Point destination, SymbolType symbolType = SymbolType.Ellipse ) : void |
|
|
DrawPointWithVectorStyle ( SKCanvas canvas, VectorStyle vectorStyle, System.Point destination, SymbolType symbolType = SymbolType.Ellipse ) : void |
|
|
DrawPointWithVectorStyle ( SKCanvas canvas, VectorStyle vectorStyle, SymbolType symbolType = SymbolType.Ellipse ) : void |
|
|
DrawRect ( SKCanvas canvas, SKRect rect, SKPaint fillColor, SKPaint lineColor ) : void |
|
|