PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
This function draws a rectangle of size (w, h) with one corner at (x,y), with an orientation argument, angle, specified in degrees.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void DrawRotetedRect( PDFBrush brush, PDFPen pen, double x, double y, double w, double h, double Angle ) |
Visual Basic (Declaration) |
---|
Public Sub DrawRotetedRect ( _ brush As PDFBrush, _ pen As PDFPen, _ x As Double, _ y As Double, _ w As Double, _ h As Double, _ Angle As Double _ ) |
Visual C++ |
---|
public: void DrawRotetedRect( PDFBrush^ brush, PDFPen^ pen, double x, double y, double w, double h, double Angle ) |
Parameters
- brush
- Type: PDFTech..::.PDFBrush
Brush that determines the characteristics of the fill.
- pen
- Type: PDFTech..::.PDFPen
Pen that determines the color and width of the rectangle.
- x
- Type: System..::.Double
Location x value
- y
- Type: System..::.Double
Location y value
- w
- Type: System..::.Double
Width
- h
- Type: System..::.Double
Heigth
- Angle
- Type: System..::.Double
Orientation value