C# Class SpeedSketch.CGPointExtensions

Exibir arquivo Open project: xamarin/monotouch-samples

Public Methods

Method Description
Apply ( this point, CGAffineTransform transform ) : CGPoint
CreateVector ( this self ) : CGVector
ToRect ( this location ) : CGRect

Method Details

Apply() public static method

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

CreateVector() public static method

public static CreateVector ( this self ) : CGVector
self this
return CGVector

ToRect() public static method

public static ToRect ( this location ) : CGRect
location this
return CGRect