KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ManagedImage Struct Reference

Public Member Functions

 ManagedImage ()=default
 
 ManagedImage (winrt::Windows::UI::Xaml::Controls::Image img, winrt::Windows::Storage::Streams::InMemoryRandomAccessStream str)
 
 ManagedImage (ManagedImage &&other) noexcept
 
ManagedImageoperator= (ManagedImage &&other) noexcept
 

Public Attributes

winrt::Windows::UI::Xaml::Controls::Image image
 
winrt::Windows::Storage::Streams::InMemoryRandomAccessStream stream
 

Detailed Description

Definition at line 99 of file windows/printing.cpp.

Constructor & Destructor Documentation

◆ ManagedImage() [1/3]

ManagedImage::ManagedImage ( )
default

Referenced by ManagedImage(), and operator=().

◆ ManagedImage() [2/3]

ManagedImage::ManagedImage ( winrt::Windows::UI::Xaml::Controls::Image img,
winrt::Windows::Storage::Streams::InMemoryRandomAccessStream str )
inline

Definition at line 105 of file windows/printing.cpp.

References image, and stream.

◆ ManagedImage() [3/3]

ManagedImage::ManagedImage ( ManagedImage && other)
inlinenoexcept

Definition at line 107 of file windows/printing.cpp.

References ManagedImage().

Member Function Documentation

◆ operator=()

ManagedImage & ManagedImage::operator= ( ManagedImage && other)
inlinenoexcept

Definition at line 110 of file windows/printing.cpp.

References image, ManagedImage(), and stream.

Member Data Documentation

◆ image

winrt::Windows::UI::Xaml::Controls::Image ManagedImage::image

Definition at line 101 of file windows/printing.cpp.

Referenced by ManagedImage(), and operator=().

◆ stream

winrt::Windows::Storage::Streams::InMemoryRandomAccessStream ManagedImage::stream

Definition at line 102 of file windows/printing.cpp.

Referenced by ManagedImage(), and operator=().


The documentation for this struct was generated from the following file: