 | PathPointsCollection Class |
Represent the collection of the path's points.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class PathPointsCollection : IList<FS_PATHPOINTF>,
ICollection<FS_PATHPOINTF>, IEnumerable<FS_PATHPOINTF>, IEnumerable,
IDisposable
Public Class PathPointsCollection
Implements IList(Of FS_PATHPOINTF), ICollection(Of FS_PATHPOINTF),
IEnumerable(Of FS_PATHPOINTF), IEnumerable, IDisposable
public ref class PathPointsCollection : IList<FS_PATHPOINTF>,
ICollection<FS_PATHPOINTF>, IEnumerable<FS_PATHPOINTF>, IEnumerable,
IDisposable
type PathPointsCollection =
class
interface IList<FS_PATHPOINTF>
interface ICollection<FS_PATHPOINTF>
interface IEnumerable<FS_PATHPOINTF>
interface IEnumerable
interface IDisposable
end
public class PathPointsCollection implements IList<FS_PATHPOINTF>,
ICollection<FS_PATHPOINTF>, IEnumerable<FS_PATHPOINTF>, IEnumerable,
IDisposable
Patagames.Pdf.Net.PathPointsCollection = function();
Type.createClass(
'Patagames.Pdf.Net.PathPointsCollection',
null,
IList`1,
ICollection`1,
IEnumerable`1,
IEnumerable,
IDisposable);
The PathPointsCollection type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | BoundingBox |
Gets a rectangle that bounds this Path.
|
 | Count |
Gets the number of FS_PATHPOINTF contained in the collection.
|
 | Handle |
Gets handle to PDF path object
|
 | Host |
Gets the parent object that hosts this collection.
|
 | IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the object has been disposed of; otherwise, false. |
 | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
 | IsRectangle |
Gets a value indicating whether the path is rectangle.
|
 | Item |
Gets or sets the FS_PATHPOINTF at the specified index
|
Top
Methods
See Also