Added Oval and Path. Currently Path only have move_to and line_to commands.
This commit is contained in:
@@ -70,8 +70,7 @@ namespace Progrart.Core.Graphics
|
||||
LoadProperties();
|
||||
SKPoint FinalStartPos = context.TranslatePoint(Start);
|
||||
SKPoint FinalEndPos = context.TranslatePoint(End);
|
||||
Trace.WriteLine($"Draw Line from {FinalStartPos} to {FinalEndPos} using {Color} with size of {Size}.");
|
||||
context.DrawingCore.canvas.DrawLine(
|
||||
context.canvas.DrawLine(
|
||||
FinalStartPos,
|
||||
FinalEndPos,
|
||||
new SKPaint()
|
||||
|
||||
Reference in New Issue
Block a user