PdfInkShapeSetPoints Method |
Namespace: RadPdf.Data.Document.Objects.Shapes
Exception | Condition |
---|---|
ArgumentNullException | points is null. |
ArgumentOutOfRangeException | points contains 1 or more points which have X or Y coordinates less than 0.0 or greater than 1.0. |
All points must have X and Y coordinates which are from 0.0 to 1.0 (inclusive).