MonobjcMonobjc Documented Class Library
PDFThumbnailView Constructor (selector, firstParameter, otherParameters)
NamespacesMonobjc.QuartzPDFThumbnailViewPDFThumbnailView(String, Object, array<Object>[]()[][])
Initializes a new instance of the PDFThumbnailView class.
Declaration Syntax
C#Visual BasicVisual C++
protected PDFThumbnailView(
	string selector,
	Object firstParameter,
	params Object[] otherParameters
)
Protected Sub New ( _
	selector As String, _
	firstParameter As Object, _
	ParamArray otherParameters As Object() _
)
protected:
PDFThumbnailView(
	String^ selector, 
	Object^ firstParameter, 
	... array<Object^>^ otherParameters
)
Parameters
selector (String)
The selector.
firstParameter (Object)
The first paramater.
otherParameters (array<Object>[]()[][])
The other parameters.
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.Quartz (Module: Monobjc.Quartz)