ActionItemBaseTAction, TCollectionDrawImage Method

Draw the image specified by ImageName onto the working image at the location specified by user properties Left and Top.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected static void DrawImage(
	TAction item
)

Parameters

item  TAction
Reference to the action item describing the image to draw and the location at which to draw it.

See Also