Inheritance: java.lang.Object
Esempio n. 1
0
 public void drawRect(float left, float top, float right, float bottom, Paint paint)
 {
 }
Esempio n. 2
0
 // members and types are to be extended by jsc at release build
 public void drawText(string text, float x, float y, Paint paint)
 {
     //X:\jsc.svn\examples\java\android\vr\OVRMyCubeWorldNDK\OVRMyCubeWorld\ApplicationActivity.cs
 }
Esempio n. 3
0
 // Z:\jsc.svn\examples\java\android\vr\OVRWindWheelNDK\OVRWindWheelActivity\ApplicationActivity.cs
 public void drawLine(float startX, float startY, float stopX, float stopY, Paint paint)
 {
 }