Show / Hide Table of Contents

Struct MTImage

Used for menu/toolbar function parameters to specify an image in different ways (file path, Image object, etc).

public struct MTImage
Remarks

Has implicit conversions from string, System.Drawing.Image, icon, StockIcon, FolderPath. More info: MTBase.


Namespace: Au.Types
Assembly: Au.dll

Properties

Name Description
Value

Gets the raw value stored in this variable. Can be string, Image, icon, StockIcon or null.

Operators

Name Description
implicit operator MTImage(FolderPath)
implicit operator MTImage(StockIcon)
implicit operator MTImage(icon)
implicit operator MTImage(Image)
implicit operator MTImage(string)