ImageGear .NET - Updated
FrameSize Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTimeScaleStretch Class : FrameSize Property
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
public ImGearXMPReal FrameSize {get; set;}
public: __property ImGearXMPReal* get_FrameSize();
public: __property void set_FrameSize( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ FrameSize {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

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

Reference

ImGearXMPTimeScaleStretch Class
ImGearXMPTimeScaleStretch Members