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

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

private cairo_ps_surface_dsc_comment ( IntPtr surface, string comment ) : void
surface IntPtr
comment string
Результат void
        internal static extern void cairo_ps_surface_dsc_comment(IntPtr surface, string comment);

Usage Example

 public void DscComment(string comment)
 {
     NativeMethods.cairo_ps_surface_dsc_comment(surface, comment);
 }
All Usage Examples Of Cairo.NativeMethods::cairo_ps_surface_dsc_comment
NativeMethods