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

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

private cairo_svg_surface_restrict_to_version ( IntPtr surface, SvgVersion version ) : IntPtr
surface IntPtr
version SvgVersion
Результат IntPtr
        internal static extern IntPtr cairo_svg_surface_restrict_to_version(IntPtr surface, SvgVersion version);

Usage Example

Пример #1
0
 public void RestrictToVersion(SvgVersion version)
 {
     NativeMethods.cairo_svg_surface_restrict_to_version(surface, version);
 }
All Usage Examples Of Cairo.NativeMethods::cairo_svg_surface_restrict_to_version
NativeMethods