'Declaration Public Overloads Sub Draw( _
ByVal imageThe VintasoftImage on which annotations should be drawn.As Vintasoft.Imaging.VintasoftImage, _
ByVal backgroundImageThe VintasoftImage that defines annotations background.As Vintasoft.Imaging.VintasoftImage, _
ByVal transformThe transformation matrix.As System.Drawing.Drawing2D.Matrix _
)
public void Draw(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.VintasoftImage backgroundImage,
System.Drawing.Drawing2D.Matrix transform
)
Parameters
- image
- The VintasoftImage on which annotations should be drawn.
- backgroundImage
- The VintasoftImage that defines annotations background.
- transform
- The transformation matrix.