You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Regions > GetRegionMixMode Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.GetRegionMixMode Method

Retrieve the height in inches, of a region from his ID.

C#
public ForegroundMixMode GetRegionMixMode(
    int RegionID
);
Visual Basic
Public Function GetRegionMixMode(
    ByVal RegionID As Integer
) As ForegroundMixMode
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
Returns

The foreground mix mode to use to combine the region and the displayed image. A member of the ForegroundMixMode enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.