'Declaration Protected Overridable Sub DrawAction( _
ByVal gThe graphics to draw the action.As System.Drawing.Graphics, _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal actionThe action.As Vintasoft.Imaging.Metadata.PageContentActionMetadata, _
ByVal regionThe region of the action.As Vintasoft.Imaging.RegionF _
)
protected virtual void DrawAction(
System.Drawing.Graphics g,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata action,
Vintasoft.Imaging.RegionF region
)
protected: virtual void DrawAction(
System.Drawing.Graphics* g,
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata* action,
Vintasoft.Imaging.RegionF* region
)
protected:
virtual void DrawAction(
System.Drawing.Graphics^ g,
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Metadata.PageContentActionMetadata^ action,
Vintasoft.Imaging.RegionF^ region
)
Parameters
- g
- The graphics to draw the action.
- image
- The image.
- action
- The action.
- region
- The region of the action.