VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / GraphicsFigure Class
Constructors Properties Methods Events SeeAlso
In This Topic
    GraphicsFigure Class Members
    In This Topic
    The following tables list the members exposed by GraphicsFigure.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the GraphicsFigure class.
    Public Properties
     NameDescription
    Public PropertyGets the content type of graphics figure.
    Public PropertyGets the PDF document that associated with this graphics figure.
    Public PropertyGets a value indicating whether this figure is stored in PDF content.
    Public PropertyGets a value indicating whether the figure is visible.
    Public PropertyGets a reference points of this figure.
    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.
    Public MethodCreates a points editor of graphics figure.
    Public MethodOverloaded. Draws the figure on specified .
    Public MethodDraws the graphics figure on specified PdfGraphics.
    Public MethodReturns a drawing box, in the page space, of figure.
    Public MethodReturns a region of this graphics figure.
    Public MethodReturns the reference points of source object.
    Public MethodRefreshes the properties (Size, Location, ...) of the graphics figure.
    Public MethodSets the region of figure.
    Protected Methods
     NameDescription
    Protected MethodCopies the state of the current object to the target object.
    Protected MethodRaises the Changed event.
    Protected MethodOccurs when the reference point is changed.
    Protected MethodOccurs when the reference points are changed.
    Protected MethodOccurs when the reference points are changing.
    Public Events
     NameDescription
    Public EventOccurs when the graphics figure is changed.
    Public EventOccurs when reference points are changed.
    Public EventOccurs when reference points are changing.
    See Also