Cairo.NativeMethods.cairo_font_options_hash C# (CSharp) Метод

cairo_font_options_hash() приватный Метод

private cairo_font_options_hash ( IntPtr options ) : long
options System.IntPtr
Результат long
        internal static extern long cairo_font_options_hash(IntPtr options);

Usage Example

Пример #1
0
 public override int GetHashCode()
 {
     return((int)NativeMethods.cairo_font_options_hash(handle));
 }
NativeMethods