BrushExtensions

Inheritance: java.lang.Object

public final class BrushExtensions

包含针对 BrushSystem.Drawing.Brush 的扩展方法。

方法

方法描述
toGdiBrush(Brush brush)Brush 转换为 System.Drawing.Brush

toGdiBrush(Brush brush)

public static System.Drawing.Brush toGdiBrush(Brush brush)

Brush 转换为 System.Drawing.Brush

Parameters:

参数类型描述
brushBrush要转换的 Brush

Returns: Brush - The converted System.Drawing.Brush.