C# 클래스 SpeedSketch.CGContextExtensions

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

공개 메소드들

메소드 설명
AddLine ( this context, CGPoint point ) : void
Move ( this context, CGPoint point ) : void

메소드 상세

AddLine() 공개 정적인 메소드

public static AddLine ( this context, CGPoint point ) : void
context this
point CGPoint
리턴 void

Move() 공개 정적인 메소드

public static Move ( this context, CGPoint point ) : void
context this
point CGPoint
리턴 void