System.Windows.Forms.Util.CGContextTranslateCTM C# (CSharp) Méthode

CGContextTranslateCTM() private méthode

private CGContextTranslateCTM ( IntPtr context, float tx, float ty ) : void
context IntPtr
tx float
ty float
Résultat void
		static internal extern void CGContextTranslateCTM (IntPtr context, float tx, float ty);
		[DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Current/Carbon")]