MonobjcMonobjc Documented Class Library
GetCleanTexCoords Method (image, lowerLeft, lowerRight, upperRight, upperLeft)
NamespacesMonobjc.QuartzCoreCVOpenGLTextureGetCleanTexCoords(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr)

Returns the texture coordinates for the part of the image that should be displayed.

Original signature is 'void CVOpenGLTextureGetCleanTexCoords ( CVOpenGLTextureRef image, GLfloat lowerLeft[2], GLfloat lowerRight[2], GLfloat upperRight[2], GLfloat upperLeft[2] );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void GetCleanTexCoords(
	IntPtr image,
	IntPtr lowerLeft,
	IntPtr lowerRight,
	IntPtr upperRight,
	IntPtr upperLeft
)
Public Shared Sub GetCleanTexCoords ( _
	image As IntPtr, _
	lowerLeft As IntPtr, _
	lowerRight As IntPtr, _
	upperRight As IntPtr, _
	upperLeft As IntPtr _
)
public:
static void GetCleanTexCoords(
	IntPtr image, 
	IntPtr lowerLeft, 
	IntPtr lowerRight, 
	IntPtr upperRight, 
	IntPtr upperLeft
)
Parameters
image (IntPtr)
MISSING
lowerLeft (IntPtr)
MISSING
lowerRight (IntPtr)
MISSING
upperRight (IntPtr)
MISSING
upperLeft (IntPtr)
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.AppKit (Module: Monobjc.AppKit)