CGContext.ScaleCTM(nfloat, nfloat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
調整目前的轉換矩陣。
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() 。 目前的縮放比例會乘以 sx
和 sy
。
適用於
另請參閱
- <xref:CoreGraphics.CGContext.ConcatCTM>
- <xref:CoreGraphics.CGContext.RotateCTM>
- GetCTM()
- <xref:CoreGraphics.CGContext.TranslateCTM>