ImageAttributes Class

Definition

Line 1824 of System.Windows/Graphics.cm

Constructors & Destructor

public ImageAttributes()
public nothrow ImageAttributes(ImageAttributes&& that)
public ImageAttributes(const ImageAttributes& that)
public ~ImageAttributes()

Member Functions

public nothrow void* NativeImageAttributes() const
public nothrow GraphicsStatus SetColorKey(const Color& colorLow, const Color& colorHigh, ColorAdjustType type)
public void SetColorKeyChecked(const Color& colorLow, const Color& colorHigh, ColorAdjustType type)
public void operator=(const ImageAttributes& that)

Member Variables

private void* nativeImageAttributes

Constructor& Destructor Details

ImageAttributes Constructor

public ImageAttributes()

Definition
Line 1826 of System.Windows/Graphics.cm


ImageAttributes Constructor

public nothrow ImageAttributes(ImageAttributes&& that)

Definition
Line 1834 of System.Windows/Graphics.cm


ImageAttributes Constructor

public ImageAttributes(const ImageAttributes& that)

Definition
Line 1830 of System.Windows/Graphics.cm


~ImageAttributes Destructor

public ~ImageAttributes()

Definition
Line 1851 of System.Windows/Graphics.cm


Member Function Details

NativeImageAttributes Member Function

public nothrow void* NativeImageAttributes()

Definition
Line 1867 of System.Windows/Graphics.cm


SetColorKey Member Function

public nothrow GraphicsStatus SetColorKey(const Color& colorLow, const Color& colorHigh, ColorAdjustType type)

Definition
Line 1858 of System.Windows/Graphics.cm


SetColorKeyChecked Member Function

public void SetColorKeyChecked(const Color& colorLow, const Color& colorHigh, ColorAdjustType type)

Definition
Line 1863 of System.Windows/Graphics.cm


operator= Member Function

public void operator=(const ImageAttributes& that)

Definition
Line 1838 of System.Windows/Graphics.cm