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

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

C#
public Boolean SetRegionMixMode(
    int RegionID, 
    ForegroundMixMode MixMode
);
Visual Basic
Public Function SetRegionMixMode(
    ByVal RegionID As Integer, 
    ByVal MixMode As ForegroundMixMode
) As Boolean
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
MixMode 
The foreground mix mode to use to combine the region and the displayed image. A member of the ForegroundMixMode enumeration. 
Returns

True if success, else False (Unknown Region).

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