IconFrame Constructor (Single, Stream) |
Initializes a new instance of the
IconFrame class.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public IconFrame(
float scale,
Stream stream
)
Public Sub New (
scale As Single,
stream As Stream
)
new :
scale : float32 *
stream : Stream -> IconFrame
Parameters
- scale
- Type: SystemSingle
Scale of logical to physical pixels. - stream
- Type: System.IOStream
Stream for the bitmap data.
See Also