예제 #1
0
 internal static extern IntPtr cairo_svg_surface_restrict_to_version(IntPtr surface, SvgVersion version);
예제 #2
0
		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);
예제 #4
0
 public void RestrictToVersion(SvgVersion version)
 {
     NativeMethods.cairo_svg_surface_restrict_to_version(surface, version);
 }
예제 #5
0
		public void RestrictToVersion (SvgVersion version)
		{
			NativeMethods.cairo_svg_surface_restrict_to_version (surface, version);
		}
예제 #6
0
		public void RestrictToVersion (SvgVersion version)
		{
			CheckDisposed ();
			NativeMethods.cairo_svg_surface_restrict_to_version (Handle, version);
		}
예제 #7
0
 public void RestrictToVersion(SvgVersion version)
 {
     CairoAPI.cairo_svg_surface_restrict_to_version(surface, version);
 }
예제 #8
0
 public void RestrictToVersion(SvgVersion version)
 {
     CheckDisposed();
     NativeMethods.cairo_svg_surface_restrict_to_version(Handle, version);
 }