C# 클래스 SpeedSketch.CGPointExtensions

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
Apply ( this point, CGAffineTransform transform ) : CGPoint
CreateVector ( this self ) : CGVector
ToRect ( this location ) : CGRect

메소드 상세

Apply() 공개 정적인 메소드

public static Apply ( this point, CGAffineTransform transform ) : CGPoint
point this
transform CGAffineTransform
리턴 CGPoint

CreateVector() 공개 정적인 메소드

public static CreateVector ( this self ) : CGVector
self this
리턴 CGVector

ToRect() 공개 정적인 메소드

public static ToRect ( this location ) : CGRect
location this
리턴 CGRect