![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Simulates a iOS UIGraphics
static global class to ease the porting of UI code from iOS to Android. NOTE: Only a small percentage of UIGraphics
has been ported to support the Action Components.
More...
Static Public Member Functions | |
static CGContext | GetCurrentContext (UIView view) |
Gets the current context. NOTE: Unlike the iOS version, the developer needs to pass a reference to the UIView that is requesting the context. More... | |
static void | ReleaseCurrentContext () |
Releases the current context and frees memory.. More... | |
Properties | |
static CGContext | CurrentContext [get, set] |
Gets or sets the current context. More... | |
static Canvas | DrawCanvas = null [get] |
Gets the draw canvas. More... | |
Simulates a iOS UIGraphics
static global class to ease the porting of UI code from iOS to Android. NOTE: Only a small percentage of UIGraphics
has been ported to support the Action Components.
Gets the current context. NOTE: Unlike the iOS version, the developer needs to pass a reference to the UIView
that is requesting the context.
view | View. |
|
static |
Releases the current context and frees memory..
|
staticgetset |
Gets or sets the current context.
The current context.
|
staticget |
Gets the draw canvas.
The draw canvas.