BB FlashBack SDK: FBBitmapProperties

Width

Description

This property gets and sets the width, in pixels, of the bitmap.

 

Syntax

[C#/C++]
public Long Width

[VB.NET]
Public Property Width As Long

Remarks

If the KeepAspect property is set to True, the Height property will be changed accordingly, to maintain the aspect ratio of the bitmap.

See Also

FBBitmapProperties::Height  FBBitmapProperties::KeepAspect