'Declaration Protected Overridable Sub DrawAppearance( _
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 or curves of annotation.As Vintasoft.Imaging.Pdf.Drawing.PdfPen, _
ByVal pointsThe points, on PDF graphics, where annotation must be drawn.() As System.Drawing.PointF _
)
protected virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen pen,
System.Drawing.PointF[] points
)
protected: virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen* pen,
System.Drawing.PointF[]* points
)
protected:
virtual void DrawAppearance(
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics^ graphics,
Vintasoft.Imaging.Pdf.Drawing.PdfPen^ pen,
array<System.Drawing.PointF>^ points
)
Parameters
- graphics
- The PDF graphics, where annotation must be drawn.
- pen
- The pen that must be used for drawing lines or curves of annotation.
- points
- The points, on PDF graphics, where annotation must be drawn.