共用方式為


CGContext.ScaleCTM(nfloat, nfloat) 方法

定義

調整目前的轉換矩陣。

public void ScaleCTM (nfloat sx, nfloat sy);
member this.ScaleCTM : nfloat * nfloat -> unit

參數

sx
nfloat

套用至 CTM X 軸的尺規乘數。

sy
nfloat

套用至 CTM Y 軸的尺規乘數。

備註

CGContext在 CTM) (目前轉換矩陣的操作,是順序相依且具狀態的。 如需 的討論和範例, ScaleCTM(nfloat, nfloat) 請參閱 GetCTM() 。 目前的縮放比例會乘以 sxsy

適用於

另請參閱

  • <xref:CoreGraphics.CGContext.ConcatCTM>
  • <xref:CoreGraphics.CGContext.RotateCTM>
  • GetCTM()
  • <xref:CoreGraphics.CGContext.TranslateCTM>