Click or drag to resize

IMcImagesExAddWithStorage Method

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function AddWithStorage ( 
	Optional Name As String = "",
	Optional Width As Integer = 0,
	Optional Height As Integer = 0,
	Optional FrameCount As Integer = 1,
	Optional Type As Object = 1,
	Optional ImageCreationFlags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> piunkStorage As Object
) As McImage

Parameters

Name (Optional)
Type: SystemString
Width (Optional)
Type: SystemInt32
Height (Optional)
Type: SystemInt32
FrameCount (Optional)
Type: SystemInt32
Type (Optional)
Type: SystemObject
ImageCreationFlags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
piunkStorage (Optional)
Type: SystemObject

Return Value

Type: McImage
See Also