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