Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic Bitmap Apply(
	Bitmap bitmap
)
Public Function Apply ( 
	bitmap As Bitmap
) As Bitmap
public:
virtual Bitmap^ Apply(
	Bitmap^ bitmap
) sealed
abstract Apply : 
        bitmap : Bitmap -> Bitmap 
override Apply : 
        bitmap : Bitmap -> Bitmap Parameters
- bitmap
 - Type: System.DrawingBitmap
 
Return Value
Type: 
BitmapImplements
IFilterApply(Bitmap)
See Also