CGPoint Extension

Location

  • Reference: libSilver.fx
  • Namespace: Swift
  • Extends: CGPoint
  • Platforms: Toffee

Properties


zero

 

static var zero: CGPoint { get{} }

Instance Methods


constructor withX(not nullable CGFloat) y(not nullable CGFloat)

 

init(withX x: CGFloat, y: CGFloat)

Parameters:

  • x:
  • y:

constructor $New()

 

init($New )

Parameters:

  • :