Click or drag to resize

McImageSetStorageClassGetDimensions Method

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

Parameters

Width
Type: SystemInt32
Height
Type: SystemInt32
FrameCount
Type: SystemInt32

Implements

IMcImageStorageGetDimensions(Int32, Int32, Int32)
See Also