 | PictureGetPicture Method |
Parses the raw data in an APIC frame and converts it into a strongly typed Picture object.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic static Picture GetPicture(
Frame frame
)
Parameters
- frame Frame
[Missing <param name="frame"/> documentation for "M:Orthogonal.NTagLite.Picture.GetPicture(Orthogonal.NTagLite.Frame)"]
Return Value
Picture[Missing <returns> documentation for "M:Orthogonal.NTagLite.Picture.GetPicture(Orthogonal.NTagLite.Frame)"]
RemarksThe APIC frame has a quite complicated layout, so it's much easier to convert
the frame contents into a Picture object to manipulate its properties. A modified
Picture must be placed back into its source
Frame by calling the
UpdateSourceFrame method.
See Also