ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTimeScaleStretch Class / FrameSize Property




In This Topic
FrameSize Property
In This Topic
Gets or sets the number of splices per beat.
Syntax
'Declaration
 
Public Property FrameSize As ImGearXMPReal
 
'Usage
 
Dim instance As ImGearXMPTimeScaleStretch
Dim value As ImGearXMPReal
 
instance.FrameSize = value
 
value = instance.FrameSize

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
See Also