'Declaration Public Function New( _
ByVal parentSurfaceРодительская поверхность рисования.As Vintasoft.Imaging.DrawingSurface, _
ByVal annotationRenderersКоллекция рендереров аннотаций.As System.Collections.Generic.IList(Of AnnotationRenderer), _
ByVal currentAnnotationIndexОтсчитываемый от нуля индекс аннотации, которая должна быть нарисована.As System.Int32 _
)
public AnnotatedRenderingSurface(
Vintasoft.Imaging.DrawingSurface parentSurface,
System.Collections.Generic.IList<AnnotationRenderer> annotationRenderers,
System.Int32 currentAnnotationIndex
)
public: AnnotatedRenderingSurface(
Vintasoft.Imaging.DrawingSurface* parentSurface,
System.Collections.Generic.IList<AnnotationRenderer*>* annotationRenderers,
System.Int32 currentAnnotationIndex
)
public:
AnnotatedRenderingSurface(
Vintasoft.Imaging.DrawingSurface^ parentSurface,
System.Collections.Generic.IList<AnnotationRenderer^>^ annotationRenderers,
System.Int32 currentAnnotationIndex
)
Parameters
- parentSurface
- Родительская поверхность рисования.
- annotationRenderers
- Коллекция рендереров аннотаций.
- currentAnnotationIndex
- Отсчитываемый от нуля индекс аннотации, которая должна быть нарисована.