Visual Basic (Declaration) | |
---|---|
Public Property MaintainAspectRatio As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool MaintainAspectRatio {get; set;} |
Return Value
true to maintain the aspect ratio of the image when creating thumbnail images; otherwise, false.For an example, refer to RasterCodecs.ReadThumbnail.
When set to true, the generated thumbnail's width and height will not match both Width and Height
if the original aspect ratio was not 1:1. If you desire the thumbnail be generated with exactly the requested width and height
while still maintaining the aspect ratio of the actual image, set both MaintainAspectRatio and ForceSize
to true.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6