다음을 통해 공유


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 축에 적용된 배율 승수입니다.

설명

의 현재 변환 행렬(CTM)의 CGContext조작은 순서에 따라 달라지고 상태 저장입니다. 의 토론 및 예제는 를 참조하세요GetCTM()ScaleCTM(nfloat, nfloat). 현재 배율 인수는 및 sysx 곱합니다.

적용 대상

추가 정보

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