Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages