BB FlashBack SDK: FBBitmapProperties

KeepAspect

Description

Gets and sets the value that determines whether the bitmap retains its current aspect ratio when its height or width is altered.

Syntax

[C#/C++]
public Bool KeepAspect;

[VB.NET]
Public Property KeepAspect As Boolean

Remarks

When this is set to true, changing either of the Height or Width properties produces a corresponding change in the other property, to maintain the aspect ratio of the image.

See Also

FBBitmapProperties::Height  FBBitmapProperties::Width