Metodo System::Drawing::Color::get_IsNamedColor
Color::get_IsNamedColor method
Restituisce un valore che determina se la struttura Color rappresenta un colore denominato o un membro dell’enumerazione KnownColor.
bool System::Drawing::Color::get_IsNamedColor() const
ReturnValue
True se il Color è stato creato usando il metodo FromName(String) o il metodo FromKnownColor(KnownColor); altrimenti, restituisce false.
Vedi anche
- Class Color
- Namespace System::Drawing
- Library Aspose.Font for C++