VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / FormXObjectFigure Class
In This Topic
FormXObjectFigure Class Methods
In This Topic
For a list of all methods of this type, see FormXObjectFigure.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.
Public MethodReturns a value indicating whether figure contains specified point. (Inherited from GraphicsFigure)
Public MethodCreates a points editor of graphics figure. (Inherited from GraphicsFigure)
Public MethodOverloaded. Draws the graphics figure on specified (the size of graphics figure is calculated automatically). (Inherited from GraphicsFigure)
Public MethodDraws the graphics figure on specified PdfGraphics. (Inherited from XObjectFigure)
Public MethodReturns a drawing box, in the page space, of figure. (Inherited from RectangleFigure)
Public MethodReturns a region of this graphics figure. (Inherited from RectangleFigure)
Public MethodReturns the reference points of source object. (Inherited from GraphicsFigure)
Public MethodRefreshes the properties (Size, Location, ...) of the graphics figure. (Inherited from GraphicsFigure)
Public MethodSets the region of figure. (Inherited from RectangleFigure)
Protected Methods
 NameDescription
Protected MethodCopies the state of the current object to the target object.
Protected MethodDraws the resource on specified PDF graphics.
Protected MethodReturns a rectangle in which draws the figure. (Inherited from RectangleFigure)
Protected MethodReturns the point that uses as rotation center. (Inherited from RectangleFigure)
Protected MethodReturns the transform matrix that applies to rectangular object. (Inherited from RectangleFigure)
Protected MethodReturns the physical size of the XObject resource.
Protected MethodRaises the Changed event. (Inherited from GraphicsFigure)
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