public nothrow | Pen(Pen&& that) |
public | Pen(const Color& color) |
public | Pen(const Color& color, float width) |
public | Pen(const Pen& that) |
public | ~Pen() |
public nothrow Alignment | GetAlignment() const |
public nothrow Brush | GetBrush() const |
public nothrow GraphicsStatus | GetColor(Color& color) const |
public Color | GetColorChecked() const |
public DashCap | GetDashCap() const |
public nothrow float | GetDashOffset() const |
public nothrow DashStyle | GetDashStyle() const |
public LineCap | GetEndCap() const |
public LineJoin | GetLineJoin() const |
public LineCap | GetStartCap() const |
public inline nothrow void* | NativePen() const |
public nothrow GraphicsStatus | SetAlignment(Alignment alignment) |
public void | SetAlignmentChecked(Alignment alignment) |
public nothrow GraphicsStatus | SetBrush(const Brush& brush) |
public void | SetBrushChecked(const Brush& brush) |
public nothrow GraphicsStatus | SetColor(const Color& color) |
public nothrow GraphicsStatus | SetDashCap(DashCap dashCap) |
public void | SetDashCapChecked(DashCap dashCap) |
public nothrow GraphicsStatus | SetDashOffset(float dashOffset) |
public void | SetDashOffsetChecked(float dashOffset) |
public nothrow GraphicsStatus | SetDashStyle(DashStyle dashStyle) |
public void | SetDashStyleChecked(DashStyle dashStyle) |
public nothrow GraphicsStatus | SetEndCap(LineCap endCap) |
public void | SetEndCapChecked(LineCap endCap) |
public nothrow GraphicsStatus | SetLineJoin(LineJoin lineJoin) |
public void | SetLineJoinChecked(LineJoin lineJoin) |
public nothrow GraphicsStatus | SetStartCap(LineCap startCap) |
public void | SetStartCapChecked(LineCap startCap) |
public void | operator=(const Pen& that) |
public enum | Alignment |
private void* | nativePen |