'Declaration Public Function New( _
ByVal parentSurfaceThe parent drawing surface.As Vintasoft.Imaging.DrawingSurface, _
ByVal annotationRenderersThe collection of annotation renderers.As System.Collections.Generic.IList(Of AnnotationRenderer), _
ByVal currentAnnotationIndexThe zero-based index of annotation that should be drawn.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
- The parent drawing surface.
- annotationRenderers
- The collection of annotation renderers.
- currentAnnotationIndex
- The zero-based index of annotation that should be drawn.