Added round rectangle, cicle and triangle.
Applied Antialias on most of elements.
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Progrart.Core
|
||||
public RenderContext(int W, int H, IStorageProvider StorageProvider)
|
||||
{
|
||||
DrawingCore = new PrimitiveDrawingCore(W, H, StorageProvider);
|
||||
LogicalW=W;
|
||||
LogicalH=H;
|
||||
}
|
||||
}
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user