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

Retrieve the color of a region from his ID.

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

The color of the region.

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