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

CGContextScaleCTM() private method

private CGContextScaleCTM ( IntPtr context, float x, float y ) : void
context IntPtr
x float
y float
return void
		static internal extern void CGContextScaleCTM (IntPtr context, float x, float y);