Click or drag to resize

McImageSetStorageClassSizeClosestSubsampledSubFrame Method

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Overridable Function SizeClosestSubsampledSubFrame ( 
	FrameIndex As Integer,
	<OutAttribute> ByRef FrameCount As Integer,
	<OutAttribute> ByRef Left As Integer,
	<OutAttribute> ByRef Top As Integer,
	<OutAttribute> ByRef Right As Integer,
	<OutAttribute> ByRef Bottom As Integer,
	FrameCountLimit As Integer,
	LeftLimit As Integer,
	TopLimit As Integer,
	RightLimit As Integer,
	BottomLimit As Integer,
	<OutAttribute> ByRef SizeRatioX As Double,
	<OutAttribute> ByRef SizeRatioY As Double,
	<OutAttribute> ByRef SubsampledWidth As Integer,
	<OutAttribute> ByRef SubsampledHeight As Integer
) As Boolean

Parameters

FrameIndex
Type: SystemInt32
FrameCount
Type: SystemInt32
Left
Type: SystemInt32
Top
Type: SystemInt32
Right
Type: SystemInt32
Bottom
Type: SystemInt32
FrameCountLimit
Type: SystemInt32
LeftLimit
Type: SystemInt32
TopLimit
Type: SystemInt32
RightLimit
Type: SystemInt32
BottomLimit
Type: SystemInt32
SizeRatioX
Type: SystemDouble
SizeRatioY
Type: SystemDouble
SubsampledWidth
Type: SystemInt32
SubsampledHeight
Type: SystemInt32

Return Value

Type: Boolean

Implements

IMcImageStorageSizeClosestSubsampledSubFrame(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Double, Double, Int32, Int32)
See Also