Skip to content

API implementation or DrawReversibleFrame and FillReversibleRectangle  #26

@joyinfo

Description

@joyinfo

I need to use the API of DrawReversibleFrame and FillReversibleRectangle, but they are not implemented neither in XplatUICocoa.cs nor in XplatUICarbon.cs.

		internal override void DrawReversibleLine(Point start, Point end, Color backColor) {
//			throw new NotImplementedException();
		}

		internal override void FillReversibleRectangle (Rectangle rectangle, Color backColor) {
//			throw new NotImplementedException();
		}

		internal override void DrawReversibleFrame (Rectangle rectangle, Color backColor, FrameStyle style) {
//			throw new NotImplementedException();
		}

Can you give me some thought on how to implement them in Cocoa?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions