VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / AlignmentPanel Class
Constructors Properties Methods Events SeeAlso
In This Topic
    AlignmentPanel Class Members
    In This Topic
    The following tables list the members exposed by AlignmentPanel.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the figure supports height automatically calculation. (Inherited from AlignmentPanelElement)
    Public PropertyGets or sets a value indicating whether the figure supports width automatically calculation. (Inherited from AlignmentPanelElement)
    Public PropertyGets or sets a brush of this figure. (Inherited from RectangleFigure)
    Public PropertyGets or sets a value indicating whether the figure can be rotated. (Inherited from RectangleFigure)
    Public PropertyGets or sets a content of this element. (Inherited from AlignmentPanelElement)
    Public PropertyGets or sets a content alignment. (Inherited from AlignmentPanelElement)
    Public PropertyGets the content type of graphics figure. (Inherited from RectangleFigure)
    Public PropertyGets the number of elements contained in the panel.
    Public PropertyGets the PDF document that associated with this graphics figure. (Inherited from GraphicsFigure)
    Public PropertyGets or sets a element size. (Inherited from AlignmentPanelElement)
    Public PropertyGets or sets an element size mode. (Inherited from AlignmentPanelElement)
    Public PropertyGets a value indicating whether this figure is stored in PDF content. (Inherited from GraphicsFigure)
    Public PropertyGets a value indicating whether the elements collection is read-only.
    Public PropertyGets a value indicating whether the figure is visible. (Inherited from GraphicsFigure)
    Public PropertyGets or sets a location of this rectangle figure. (Inherited from RectangleFigure)
    Public PropertyGets or sets a margin of this figure. (Inherited from RectangleFigure)
    Public PropertyGets or sets a panel orientation.
    Public PropertyGets or sets a pen of this figure. (Inherited from RectangleFigure)
    Public PropertyGets a reference points of this figure. (Inherited from GraphicsFigure)
    Public PropertyGets or sets the rotation angle of rectange figure, in degress. (Inherited from RectangleFigure)
    Public PropertyGets or sets a size of this rectangle figure. (Inherited from RectangleFigure)
    Public PropertyGets or sets the element at the specified index.
    Public Methods
     NameDescription
    Public MethodAdds a element to the panel.
    Public MethodRemoves all elements from the panel.
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodDetermines whether the panel contains a specific element.
    Public MethodReturns a value indicating whether figure contains specified point. (Inherited from GraphicsFigure)
    Public MethodOverloaded. Copies the elements of the panel to an Array, starting at a particular Array index.
    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.
    Public MethodReturns a drawing box, in the page space, of figure. (Inherited from RectangleFigure)
    Public MethodReturns an enumerator that iterates a panel elements.
    Public MethodReturns a region of this graphics figure. (Inherited from RectangleFigure)
    Public MethodReturns the reference points of source object. (Inherited from GraphicsFigure)
    Public MethodDetermines the index of a specific element in the panel.
    Public MethodInserts an element to the panel at the specified index.
    Public MethodRefresh the properties (Size, Location, ...) of the graphics figure.
    Public MethodRemoves the first occurrence of a specific element from the panel.
    Public MethodRemoves element at the specified index.
    Public MethodSets the region of figure. (Inherited from RectangleFigure)
    Protected Methods
     NameDescription
    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 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)
    Public Events
     NameDescription
    Public EventOccurs when the graphics figure is changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changed. (Inherited from GraphicsFigure)
    Public EventOccurs when reference points are changing. (Inherited from GraphicsFigure)
    See Also