The members of UIKit.UIGraphics are listed below.
See Also: Inherited members from System.Object
| [read-only] static | PDFContextBounds | CoreGraphics.CGRect. Return the current bounds for the PDF page. |
static | AddPDFContextDestination(string, CoreGraphics.CGPoint)Adds a PDF destination with the given name at the given position. | |
static | BeginImageContext(CoreGraphics.CGSize)Pushes a new image context and makes it the current graphics context. | |
static | BeginImageContextWithOptions(bool, CoreGraphics.CGSize, nfloat)Creates a new image context and makes it the current graphics context, allowing the control of the alpha channel and the scaling factor (for Retina Display contexts). | |
static | BeginPDFContext(Foundation.NSMutableData, Foundation.NSDictionary, CoreGraphics.CGRect)Creates and new PDF context and makes it the current graphics context, saving to an NSMutableData object. | |
static | BeginPDFContext(string, CoreGraphics.CGPDFInfo, CoreGraphics.CGRect)Creates and new PDF context and makes it the current graphics context, saving the results to the specified file. | |
static | BeginPDFContext(string, Foundation.NSDictionary, CoreGraphics.CGRect)Creates and new PDF context and makes it the current graphics context, saving to a file. | |
static | BeginPDFPage()Starts a new page using the bounds from the initial PDF context. | |
static | BeginPDFPage(Foundation.NSDictionary, CoreGraphics.CGRect)Starts a new page with the specified parameters. | |
static | EndImageContext()Pops the current image context. | |
static | EndPDFContent()Closes the PDF context and pops it from the stack. | |
static | GetCurrentContext()Returns the current graphics context | |
static | GetImageFromCurrentImageContext()Returns the contents of the current context as an image. | |
static | PopContext()Pops the top context and sets the previous context as the default context. | |
static | PushContext(CoreGraphics.CGContext)Manually pushes a CGContext into the UIKit graphics context stack. | |
static | RectClip(CoreGraphics.CGRect)Intersects the current clipping path with the specified rectangle. | |
static | RectFill(CoreGraphics.CGRect)Fills a rectangle with the current color on the current context. | |
static | RectFillUsingBlendMode(CoreGraphics.CGBlendMode, CoreGraphics.CGRect)Fills a rectangle with the current color on the current context using the specied blending mode. | |
static | RectFrame(CoreGraphics.CGRect)Draws a frame inside the specified rectangle | |
static | RectFrameUsingBlendMode(CoreGraphics.CGBlendMode, CoreGraphics.CGRect)Draws a frame inside the specified rectangle using the specified blend mode. | |
static | SetPDFContextDestination(string, CoreGraphics.CGRect)Documentation for this section has not yet been entered. | |
static | SetPDFContextURL(Foundation.NSUrl, CoreGraphics.CGRect)Links the url to the specified rectangle on the PDF page. | |