Image Class

Definition

Line 1394 of System.Windows/Graphics.cm

Inheritance

Constructors & Destructor

public nothrow Image()
public nothrow Image(Image&& that)
public Image(const Image& that)
public Image(const String<char>& fileName, bool useEmbeddedColorManagement)
public nothrow Image(void* nativeImage_)
public virtual ~Image()

Member Functions

public nothrow uint GetHeight() const
public nothrow uint GetWidth() const
public nothrow void* NativeImage() const
public GraphicsStatus Save(const char* fileName, const Uuid& encoderClsId)
public void SaveChecked(const char* fileName, const Uuid& encoderClsId)
public void operator=(const Image& that)

Member Variables

private void* nativeImage

Constructor& Destructor Details

Image Constructor

public nothrow Image()

Definition
Line 1396 of System.Windows/Graphics.cm


Image Constructor

public nothrow Image(Image&& that)

Definition
Line 1410 of System.Windows/Graphics.cm


Image Constructor

public Image(const Image& that)

Definition
Line 1406 of System.Windows/Graphics.cm


Image Constructor

public Image(const String<char>& fileName, bool useEmbeddedColorManagement)

Definition
Line 1402 of System.Windows/Graphics.cm


Image Constructor

public nothrow Image(void* nativeImage_)

Definition
Line 1399 of System.Windows/Graphics.cm


~Image Destructor

public virtual ~Image()

Definition
Line 1424 of System.Windows/Graphics.cm


Member Function Details

GetHeight Member Function

public nothrow uint GetHeight()

Definition
Line 1431 of System.Windows/Graphics.cm


GetWidth Member Function

public nothrow uint GetWidth()

Definition
Line 1435 of System.Windows/Graphics.cm


NativeImage Member Function

public nothrow void* NativeImage()

Definition
Line 1447 of System.Windows/Graphics.cm


Save Member Function

public GraphicsStatus Save(const char* fileName, const Uuid& encoderClsId)

Definition
Line 1439 of System.Windows/Graphics.cm


SaveChecked Member Function

public void SaveChecked(const char* fileName, const Uuid& encoderClsId)

Definition
Line 1443 of System.Windows/Graphics.cm


operator= Member Function

public void operator=(const Image& that)

Definition
Line 1414 of System.Windows/Graphics.cm