Skip to content

kpalosaa/cross2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross2d

Cross platform simple 2D graphics library to create custom controls for Xamarin Forms.

Start by deriving a class from Cross2DView

public class YourClassName : Cross2DView
{
}

and implementing a function OnDraw

public class YourClassName : Cross2DView
{
    protected override void OnDraw(IContext context)
    {
    }
}

About

Cross platform simple 2D graphics library to create custom controls for Xamarin Forms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages