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

private cairo_ps_surface_dsc_comment ( IntPtr surface, string comment ) : void
surface IntPtr
comment string
Результат void
 public void DscComment(string comment)
 {
     NativeMethods.cairo_ps_surface_dsc_comment(surface, comment);
 }
Пример #2
0
 public void DscComment(string comment)
 {
     CheckDisposed();
     NativeMethods.cairo_ps_surface_dsc_comment(Handle, comment);
 }