Skybound Rebar

IconFormat Constructor 

Initializes a new instance of IconFormat.

[Visual Basic]
Public Sub New( _
   ByVal size As Size, _
   ByVal colorDepth As ColorDepth _
)
[C#]
public IconFormat(
   Size size,
   ColorDepth colorDepth
);

Parameters

size
The dimensions of the icon format.
colorDepth
The color depth of the icon format.

See Also

IconFormat Class | Skybound.Rebar Namespace