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

Retrieve the color of a region, when it is selected, from his ID.

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

The color of the region when it is selected.

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