Property | Type | Description | |
---|---|---|---|
IconFrame | System |
Method | Description | |
---|---|---|
FromControlObject ( float scale, object controlObject ) : |
Creates an instance of the IconFrame with the specified native control object. This is used by platform implementations to create instances of this class with the appropriate control object. This is not intended to be called directly. |
|
FromResource ( float scale, string resourceName, |
Creates an instance of the IconFrame from an embedded resource.
|
|
IconFrame ( float scale, |
Initializes a new instance of the Eto.Drawing.IconFrame class.
|
|
IconFrame ( float scale, Func |
Initializes a new instance of the Eto.Drawing.IconFrame class.
|
|
IconFrame ( float scale, Stream stream ) : System |
Initializes a new instance of the Eto.Drawing.IconFrame class.
|
Method | Description | |
---|---|---|
IconFrame ( float scale ) : System |
public static FromControlObject ( float scale, object controlObject ) : |
||
scale | float | Scale of logical to physical pixels. |
controlObject | object | Native control object. |
return |
public static FromResource ( float scale, string resourceName, |
||
scale | float | Scale of logical to physical pixels. |
resourceName | string | Name of the embedded resource to load. |
assembly | Assembly to load the embedded resource from, or null to use the calling assembly. | |
return |
public IconFrame ( float scale, |
||
scale | float | Scale of logical to physical pixels. |
bitmap | Bitmap for the frame | |
return | System |
public IconFrame ( float scale, Func |
||
scale | float | Scale of logical to physical pixels. |
load | Func |
Delegate to load the stream when the frame's data is required. |
return | System |
public IconFrame ( float scale, Stream stream ) : System | ||
scale | float | Scale of logical to physical pixels. |
stream | Stream | Stream for the bitmap data. |
return | System |