PdfAnnotation.QuadrilateralPoints Property
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.
Gets or sets the points defining the quadrilateral bounds of the annotation.
public CoreGraphics.CGPoint[] QuadrilateralPoints { get; set; }
public CoreGraphics.CGPoint[]? QuadrilateralPoints { get; set; }
member this.QuadrilateralPoints : CoreGraphics.CGPoint[] with get, set
Property Value
An array of CGPoint values representing the quadrilateral vertices, or null.