Beispiel #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);
Beispiel #4
0
 public void RestrictToVersion(SvgVersion version)
 {
     NativeMethods.cairo_svg_surface_restrict_to_version(surface, version);
 }
Beispiel #5
0
		public void RestrictToVersion (SvgVersion version)
		{
			NativeMethods.cairo_svg_surface_restrict_to_version (surface, version);
		}
Beispiel #6
0
		public void RestrictToVersion (SvgVersion version)
		{
			CheckDisposed ();
			NativeMethods.cairo_svg_surface_restrict_to_version (Handle, version);
		}
Beispiel #7
0
 public void RestrictToVersion(SvgVersion version)
 {
     CairoAPI.cairo_svg_surface_restrict_to_version(surface, version);
 }
Beispiel #8
0
 public void RestrictToVersion(SvgVersion version)
 {
     CheckDisposed();
     NativeMethods.cairo_svg_surface_restrict_to_version(Handle, version);
 }