'Declaration Public Overridable Sub DrawImage( _ ByVal context As PdfContentRenderingContext, _ ByVal image As VintasoftImage, _ ByVal points() As PointF _ )
public virtual void DrawImage( PdfContentRenderingContext context, VintasoftImage image, PointF[] points )
public: virtual void DrawImage( PdfContentRenderingContext* context, VintasoftImage* image, PointF[]* points )
public: virtual void DrawImage( PdfContentRenderingContext^ context, VintasoftImage^ image, array<PointF>^ points )
Parameters
- context
- The rendering context.
- image
- The image to draw.
- points
- Array of three System.Drawing.PointF structures that define a parallelogram on rendering content where image must be drawn.