| BitmapOptionsAttribute Constructor |
Constructor for bitmap options
Namespace:
CodeStack.SwEx.PMPage.Attributes
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public BitmapOptionsAttribute(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
BitmapOptionsAttribute(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Width of the bitmap - height
- Type: SystemInt32
Height of the bitmap
See Also