[This is preliminary documentation and is subject to change.]
Add rectangle primitive to the page
Namespace: NFX.Media.PDF.DocumentModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public RectangleElement AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor fill
)
public RectangleElement AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor fill
)
Public Function AddRectangle (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
fill As PdfColor
) As RectangleElement
Public Function AddRectangle (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
fill As PdfColor
) As RectangleElement
public:
RectangleElement^ AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor^ fill
)
public:
RectangleElement^ AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor^ fill
)
member AddRectangle :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
fill : PdfColor -> RectangleElement
member AddRectangle :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
fill : PdfColor -> RectangleElement
Return Value
Type:
RectangleElement