Click or drag to resize

McImageSetStorageClassWriteSubFrame Method

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Overridable Sub WriteSubFrame ( 
	BufferAddress As IntPtr,
	FrameIndex As Integer,
	FrameCount As Integer,
	Left As Integer,
	Top As Integer,
	Right As Integer,
	Bottom As Integer,
	SizeRatioX As Double,
	SizeRatioY As Double
)

Parameters

BufferAddress
Type: SystemIntPtr
FrameIndex
Type: SystemInt32
FrameCount
Type: SystemInt32
Left
Type: SystemInt32
Top
Type: SystemInt32
Right
Type: SystemInt32
Bottom
Type: SystemInt32
SizeRatioX
Type: SystemDouble
SizeRatioY
Type: SystemDouble

Implements

IMcImageStorageWriteSubFrame(IntPtr, Int32, Int32, Int32, Int32, Int32, Int32, Double, Double)
See Also