MonobjcMonobjc Documented Class Library
InsetByXY Method (dx, dy)
NamespacesMonobjc.QuartzCoreCIFilterShapeInsetByXY(Int32, Int32)

Modifies a filter shape object so that it is inset by the specified x and y values.

Original signature is '- (CIFilterShape *)insetByX:(int)dx Y:(int)dy'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CIFilterShape InsetByXY(
	int dx,
	int dy
)
Public Overridable Function InsetByXY ( _
	dx As Integer, _
	dy As Integer _
) As CIFilterShape
public:
virtual CIFilterShape^ InsetByXY(
	int dx, 
	int dy
)
Parameters
dx (Int32)
A value that specifies an inset in the x direction.
dy (Int32)
A value that specifies an inset in the y direction.
Return Value

[Missing <returns> documentation for "M:Monobjc.QuartzCore.CIFilterShape.InsetByXY(System.Int32,System.Int32)"]

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)