PixelFormatExtAsDrawingPixelFormat Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static PixelFormat AsDrawingPixelFormat(
this OzPixelFormat format
)
<ExtensionAttribute>
Public Shared Function AsDrawingPixelFormat (
format As OzPixelFormat
) As PixelFormat
public:
[ExtensionAttribute]
static PixelFormat AsDrawingPixelFormat(
OzPixelFormat format
)
[<ExtensionAttribute>]
static member AsDrawingPixelFormat :
format : OzPixelFormat -> PixelFormat
Parameters
- format OzPixelFormat
-
Return Value
PixelFormatUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
OzPixelFormat. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also