'Declaration Protected Overridable Sub DrawAppearance( _
ByVal annotationThe annotation that must be drawn.As PdfPolygonalAnnotation, _
ByVal graphicsThe PDF graphics, where annotation must be drawn.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal penThe pen that must be used for drawing lines and curves of annotation.As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal interiorColorThe color that must be used for filling the interiors of annotation.As System.Drawing.Color, _
ByVal pointsThe points, on PDF graphics, where annotation must be drawn.() As System.Drawing.PointF _
)
protected virtual void DrawAppearance(
PdfPolygonalAnnotation annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
System.Drawing.Color interiorColor,
System.Drawing.PointF[] points
)
protected: virtual void DrawAppearance(
PdfPolygonalAnnotation* annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
System.Drawing.Color* interiorColor,
System.Drawing.PointF[]* points
)
protected:
virtual void DrawAppearance(
PdfPolygonalAnnotation^ annotation,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen^ pen,
System.Drawing.Color^ interiorColor,
array<System.Drawing.PointF>^ points
)
Parameters
- annotation
- The annotation that must be drawn.
- graphics
- The PDF graphics, where annotation must be drawn.
- pen
- The pen that must be used for drawing lines and curves of annotation.
- interiorColor
- The color that must be used for filling the interiors of annotation.
- points
- The points, on PDF graphics, where annotation must be drawn.