VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / ContentStreamGraphicsFigureGroup Class / GetReferencePointItems() Method
Синтаксис Требования Смотрите также
В этом разделе
    GetReferencePointItems() Метод (ContentStreamGraphicsFigureGroup)
    В этом разделе
    Возвращает опорные точки, которые используются в этой группе.
    Синтаксис
    'Declaration
    
    Protected Overridable Function GetReferencePointItems() As System.Collections.Generic.IEnumerable(Of GraphicsFigure)
    
    
    protected virtual System.Collections.Generic.IEnumerable<GraphicsFigure> GetReferencePointItems()
    
    
    protected: virtual System.Collections.Generic.IEnumerable<GraphicsFigure*>* GetReferencePointItems()
    
    
    protected:
    virtual System.Collections.Generic.IEnumerable<GraphicsFigure^>^ GetReferencePointItems()

    Return Value

    Опорные точки, которые используются в этой группе.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также