Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush 메서드

XpsDocument::CreateSolidColorBrush(System::Drawing::Color) method

새로운 단색 브러시를 생성합니다.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::Drawing::Color color)
매개변수형식설명
colorSystem::Drawing::Color채워진 요소의 색상.

ReturnValue

새 단색 브러시.

또 보기

XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor>) method

새로운 단색 브러시를 생성합니다.

System::SharedPtr<XpsModel::XpsSolidColorBrush> Aspose::Page::XPS::XpsDocument::CreateSolidColorBrush(System::SharedPtr<XpsModel::XpsColor> color)
매개변수형식설명
colorSystem::SharedPtr<XpsModel::XpsColor>채워진 요소의 색상.

ReturnValue

새 단색 브러시.

또 보기