PdfBorder.Draw(CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Draws the border just within the specified rectangle.
[Foundation.Export("drawInRect:")]
public virtual void Draw (CoreGraphics.CGRect rect);
abstract member Draw : CoreGraphics.CGRect -> unit
override this.Draw : CoreGraphics.CGRect -> unit
Parameters
- rect
- CGRect
The rectangle in which to draw.
- Attributes