Click or drag to resize

IMcImageEvents_BeforeNewEventHandler Delegate

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub IMcImageEvents_BeforeNewEventHandler ( 
	Name As String,
	Width As Integer,
	Height As Integer,
	FrameCount As Integer,
	ImageType As Object,
	CreationFlags As Integer,
	<OutAttribute> ByRef Image As McImage,
	<OutAttribute> ByRef bCancel As Boolean
)

Parameters

Name
Type: SystemString
Width
Type: SystemInt32
Height
Type: SystemInt32
FrameCount
Type: SystemInt32
ImageType
Type: SystemObject
CreationFlags
Type: SystemInt32
Image
Type: MediaCy.IQL.EngineMcImage
bCancel
Type: SystemBoolean
See Also