MonobjcMonobjc Documented Class Library
AddScaled Method (sender)
NamespacesMonobjc.QTKitQTMovieViewAddScaled(Id)

Adds the contents of the clipboard to the movie, scaled to fit into the current movie selection.

Original signature is '- (IBAction)addScaled:(id)sender'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddScaled(
	Id sender
)
Public Overridable Sub AddScaled ( _
	sender As Id _
)
public:
virtual void AddScaled(
	Id^ sender
)
Parameters
sender (Id)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)