VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigureGroup Class
In This Topic
GraphicsFigureGroup Class Methods
In This Topic
For a list of all methods of this type, see GraphicsFigureGroup.
Public Methods
 NameDescription
Public MethodAdds a figure to the collection.
Public MethodRemoves all figures from the group.
Public MethodCreates a new object that is a copy of the current instance.
Public MethodDetermines whether the group contains a specific figure.
Public MethodReturns a value indicating whether figure contains specified point.
Public MethodCreates a points editor of graphics figure. (Inherited from GraphicsFigure)
Public MethodOverloaded. Draws the figure on specified . (Inherited from GraphicsFigure)
Public MethodDraws the graphics figure on specified PdfGraphics.
Public MethodReturns a drawing box, in the page space, of figure. (Inherited from GraphicsFigure)
Public MethodReturns an enumerator that iterates through a group.
Public MethodReturns a region of this graphics figure.
Public MethodReturns the reference points of source object. (Inherited from GraphicsFigure)
Public MethodDetermines the index of a specific figure in the collection.
Public MethodInserts a figure to the group at the specified index.
Public MethodRefresh the properties (Size, Location, ...) of the graphics figure.
Public MethodRemoves the first occurrence of a specific figure from the collection.
Public MethodRemoves figure at the specified index.
Public MethodSets the region of figure.
Protected Methods
 NameDescription
Protected MethodOverloaded. Copies the state of the current object to the target object.
Protected MethodRaises the Changed event. (Inherited from GraphicsFigure)
Protected MethodCalled when item collection was changed.
Protected MethodOccurs when the reference point is changed. (Inherited from GraphicsFigure)
Protected MethodOccurs when the reference points are changed. (Inherited from GraphicsFigure)
Protected MethodOccurs when the reference points are changing. (Inherited from GraphicsFigure)
See Also