PdfBaseShape Methods |
The PdfBaseShape type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
CloneInstance |
Clones the instance.
| |
CopyBaseShapePropertiesTo |
Copies the base shape properties to the parameter shape.
| |
DrawShape |
Draws the shape.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GenerateTransform |
Generates the default transform based on Scale, Rotate, and Translate.
| |
GetHashCode | Serves as the default hash function. (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.) | |
NotifyResourceRenamed |
Notifies a resource consumer that a resource was renamed.
| |
OnResourceRenamed |
Called when a resource in the base shape has been renamed.
| |
OnResourcesRequested |
Called when the PdfBaseShape is requested to report resources used. If client code
consumes resources, it should override this method combining its results with those of
base.OnResourceRequested | |
Render |
Generates the PDF.
| |
ResourcesUsed |
Reports a list of all resources consumed by the object of the given class.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |