TRgb customBlack = T#000000;
customBlack.SetAlpha(30);
aGc->SetBrushStyle(CGraphicsContext::ESolidBrush);
aGc->SetBrushColor(customBlack);
aGc->DrawRect(Rect());
Powered by: 博客园 Copyright © 2024 浪端之渡鸟 Powered by .NET 9.0 on Kubernetes