PDF .NET Library Documentation - PDF Technologies, Inc.
The Shapes type exposes the following members.
Methods
Name | Description | |
---|---|---|
DrawArc | Overloaded. | |
DrawCircle |
This procedure creates a circular path centered at (x, y) with radius "r" in the counter-clock-wise direction.
| |
DrawCurve |
This procedure adds a Bezier cubic curve segment to the path
| |
DrawEllipse |
This procedure draw an ellipse
| |
DrawLine | Overloaded. | |
DrawRectangle |
This function draws a rectangle.
| |
DrawRotetedRect |
This function draws a rectangle of size (w, h) with one corner at (x,y), with an orientation argument, angle, specified in degrees.
| |
DrawRoundRect |
Add a rectangle with rounded corners to path.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Rotate |
This procedure rotates the coordinate system by the angle given in degrees
(positive is clock wise).
| |
Scale |
This procedure scales the coordinate system by scaling factors supplied for X and Y
dimensions.
| |
SetTransparency |
Sets the Canvas transparency value
| |
ToString | (Inherited from Object.) | |
Translate |
This procedure shifts the origin of the coordinate system by the (xt, yt) specified.
|