Exemple #1
0
 internal static extern IntPtr cairo_svg_surface_restrict_to_version(IntPtr surface, SvgVersion version);
		public void RestrictToVersion (SvgVersion version)
		{
			CairoAPI.cairo_svg_surface_restrict_to_version (surface, version);
		}
		internal static extern IntPtr cairo_svg_surface_restrict_to_version (IntPtr surface, SvgVersion version);
Exemple #4
0
 public void RestrictToVersion(SvgVersion version)
 {
     NativeMethods.cairo_svg_surface_restrict_to_version(surface, version);
 }
Exemple #5
0
		public void RestrictToVersion (SvgVersion version)
		{
			NativeMethods.cairo_svg_surface_restrict_to_version (surface, version);
		}
		public void RestrictToVersion (SvgVersion version)
		{
			CheckDisposed ();
			NativeMethods.cairo_svg_surface_restrict_to_version (Handle, version);
		}
Exemple #7
0
 public void RestrictToVersion(SvgVersion version)
 {
     CairoAPI.cairo_svg_surface_restrict_to_version(surface, version);
 }
Exemple #8
0
 public void RestrictToVersion(SvgVersion version)
 {
     CheckDisposed();
     NativeMethods.cairo_svg_surface_restrict_to_version(Handle, version);
 }