Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property GreenBuffer As Integer() |
C# | |
---|
public int[] GreenBuffer {get;} |
Property Value
Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties. The array is allocated by this class.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also