Click or drag to resize

IMcImageStorageGetDimensions Method

Get the opened storage's dimensions

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Sub GetDimensions ( 
	<OutAttribute> ByRef Width As Integer,
	<OutAttribute> ByRef Height As Integer,
	<OutAttribute> ByRef FrameCount As Integer
)

Parameters

Width
Type: SystemInt32
Width of each frame.
Height
Type: SystemInt32
Height of each frame.
FrameCount
Type: SystemInt32
Number of frames.
See Also