Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterColor16 Structure Members
See Also  Fields  Properties  Methods 
Leadtools Namespace : RasterColor16 Structure


The following tables list the members exposed by RasterColor16.

Public Constructors

  Name Description
Public Constructor RasterColor16 Constructor Initializes a new RasterColor16 structure with specific values for red, green and blue.  
Top

Public Fields

  Name Description
Public Fieldstatic (Shared in Visual Basic) MaximumComponent Maximum value for the alpha, red, green, blue component.  
Public Fieldstatic (Shared in Visual Basic) MinimumComponent Minimum value for the alpha, red, green, blue component.  
Top

Public Properties

  Name Description
Public Property B Gets or sets the blue component of this RasterColor16 structure.  
Public Property G Gets or sets the green component of this RasterColor structure.  
Public Property R Gets or sets the red component of this RasterColor structure.  
Top

Public Methods

  Name Description
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString Overridden.  Overridden. Converts this RasterColor16 structure to a human-readable string.  
Top

See Also