System.Windows.Forms.Util.CGContextTranslateCTM C# (CSharp) Method

CGContextTranslateCTM() private method

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