Unit 'And_jni_Bridge' Package
[Overview][Types][Procedures and functions][Index] [#pw_androidwizard]

jBitmap_DrawText

Declaration

Source position: And_jni_Bridge.pas line 280

function jBitmap_DrawText(

  env: PJNIEnv;

  _jbitmap: jobject;

  _bitmapImage: jobject;

  _text: string;

  _x: Integer;

  _y: Integer;

  _fontSize: Integer;

  _color: Integer

):jobject; overload;

function jBitmap_DrawText(

  env: PJNIEnv;

  _jbitmap: jobject;

  _text: string;

  _left: Integer;

  _top: Integer;

  _fontSize: Integer;

  _color: Integer

):jobject; overload;



CT Web help

CodeTyphon Studio