Inheritance: System.Runtime.InteropServices.SafeHandle
Ejemplo n.º 1
0
 internal static extern ErrorCode windower_text_set_weight(SafeTextHandle text_handle, FontWeight weight);
Ejemplo n.º 2
0
 internal static extern ErrorCode windower_text_show_background(SafeTextHandle text_handle);
Ejemplo n.º 3
0
 internal static extern ErrorCode windower_text_set_style(SafeTextHandle text_handle, FontStyles style);
Ejemplo n.º 4
0
 internal static extern ErrorCode windower_text_set_text(SafeTextHandle text_handle, byte[] text);
Ejemplo n.º 5
0
 internal static extern ErrorCode windower_text_set_location(SafeTextHandle text_handle, int x, int y);
Ejemplo n.º 6
0
 internal static extern ErrorCode windower_text_set_padding(SafeTextHandle text_handle, float pixels);
Ejemplo n.º 7
0
 internal static extern ErrorCode windower_text_set_foreground(SafeTextHandle text_handle, byte r, byte g, byte b, byte a);
Ejemplo n.º 8
0
 internal static extern ErrorCode windower_text_set_font(SafeTextHandle text_handle, byte[] typeface, float size);
Ejemplo n.º 9
0
 internal static extern ErrorCode windower_text_set_alignment(SafeTextHandle text_handle, TextAlignment alignment);
Ejemplo n.º 10
0
 internal static extern ErrorCode windower_text_hide(SafeTextHandle text_handle);
Ejemplo n.º 11
0
 internal static extern ErrorCode windower_text_create(SafeInstanceHandle handle, out SafeTextHandle result, byte[] name);