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

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

Public Fields

 NameDescription
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

 NameDescription
Public PropertyB Gets or sets the blue component of this RasterColor16 structure.  
Public PropertyG Gets or sets the green component of this RasterColor structure.  
Public PropertyR Gets or sets the red component of this RasterColor structure.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToStringOverridden.  Overridden. Converts this RasterColor16 structure to a human-readable string.  
Top

See Also