Luigi Saggese
Luigi Saggese

Reputation: 5379

CGRectIntegral & Monotouch

CGRectIntegral method in Objective C explained here:

https://developer.apple.com/library/mac/#documentation/graphicsimaging/reference/CGGeometry/Reference/reference.html

how is mappend in monotouch?

Upvotes: 1

Views: 294

Answers (1)

Jason
Jason

Reputation: 89102

RectangleF has an Integral extension method

public static System.Drawing.RectangleF Integral (this System.Drawing.RectangleF self)

Upvotes: 4

Related Questions