public RectangleElement AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor fill,
float borderThickness,
PdfColor borderColor,
PdfLineType borderType
)
public RectangleElement AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor fill,
float borderThickness,
PdfColor borderColor,
PdfLineType borderType
)
Public Function AddRectangle (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
fill As PdfColor,
borderThickness As Single,
borderColor As PdfColor,
borderType As PdfLineType
) As RectangleElement
Public Function AddRectangle (
x1 As Single,
y1 As Single,
x2 As Single,
y2 As Single,
fill As PdfColor,
borderThickness As Single,
borderColor As PdfColor,
borderType As PdfLineType
) As RectangleElement
public:
RectangleElement^ AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor^ fill,
float borderThickness,
PdfColor^ borderColor,
PdfLineType borderType
)
public:
RectangleElement^ AddRectangle(
float x1,
float y1,
float x2,
float y2,
PdfColor^ fill,
float borderThickness,
PdfColor^ borderColor,
PdfLineType borderType
)
member AddRectangle :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
fill : PdfColor *
borderThickness : float32 *
borderColor : PdfColor *
borderType : PdfLineType -> RectangleElement
member AddRectangle :
x1 : float32 *
y1 : float32 *
x2 : float32 *
y2 : float32 *
fill : PdfColor *
borderThickness : float32 *
borderColor : PdfColor *
borderType : PdfLineType -> RectangleElement