Описание тега cgpoint
CGPoint is a structure from Apple's Core Graphics framework. It is used to represent a point in two dimensions.
CGPoint is a C struct that contains information about the location of a point in two dimensions.
Fields:
- x: The X location of the point
- y: The Y location of the point