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