This is the complete list of members for Port, including all inherited members.
| drawImage(Image img, Point loc) | Port | |
| drawImage(Image img, Quad quad) | Port | |
| drawImage(Image img, Rect rect, int fitType=fit_Fill, boolean clipOverflow=false) | Port | |
| drawLine(Point from, Point to, Color rgba="black") | Port | |
| drawLineEx(Point from, Point to, uint thickness, uint pattern, uint patternShift, Color rgba) | Port | |
| drawText(string text, Point location, int size, uint style=textStyle_Plain, Color rgba= 'black') | Port | |
| drawText(string text, Quad quad, int size, uint style=textStyle_Plain, Color rgba= 'black') | Port | |
| drawText(string text, Rect rect, int size, uint style=textStyle_Plain, Color rgba= 'black') | Port | |
| drawTexture(Image img, Rect r) | Port | |
| drawTexturedSphere(Image img, Point loc, number radius, number rotation=0, Offset polarOffsetRadians=Offset(0, 0), Offset lightOffsetRadians=Offset(0, 0)) | Port | |
| drawTexturedSphere(ImageStrip imgStrip, int frameNum, Point loc, number radius, number rotation=0, Offset polarOffsetRadians=Offset(0, 0), Offset lightOffsetRadians=Offset(0, 0)) | Port | |
| fillCircle(Point centerPt, number radius, Color rgba="black") | Port | |
| fillOval(Point centerPt, number xRadius, number yRadius, Color rgba="black") | Port | |
| fillRect(Quad quad, Color rgba="black") | Port | |
| fillRect(Rect quad, Color rgba="black") | Port | |
| fillRectEx(Quad quad, uint pattern, uint patternShift, Color rgba) | Port | |
| fillRectEx(Rect quad, uint pattern, uint patternShift, Color rgba) | Port | |
| fillRectWithGradient(Quad quad, Color startColor, Color endColor) | Port | |
| fillRectWithGradient(Rect quad, Color startColor, Color endColor) | Port | |
| fillRoundRect(Rect rect, number radius, Color rgba="black") | Port | |
| frameCircle(Point centerPt, number radius, Color rgba="black") | Port | |
| frameOval(Point centerPt, number xRadius, number yRadius, Color rgba="black") | Port | |
| frameRect(Quad quad, Color rgba="black") | Port | |
| frameRect(Rect quad, Color rgba="black") | Port | |
| frameRectEx(Quad quad, uint thickness, uint pattern, uint patternShift, Color rgba) | Port | |
| frameRectEx(Rect quad, uint thickness, uint pattern, uint patternShift, Color rgba) | Port | |
| frameRoundRect(Rect rect, number radius, Color rgba="black") | Port | |
| getClipRect() | Port | |
| getCurrentFont(uint style=textStyle_Plain) | Port | |
| getCursor() | Port | |
| getDrawingArea() | Port | |
| getTextWidth(string text, int size, uint style=textStyle_Plain, int len=-1) | Port | |
| resetCursor() | Port | |
| setClipRect(Rect inClipRect) | Port | |
| setCursor(Image cursorImage, Point hotSpot) | Port | |
| setFont(Font font=DEFAULT_FONT) | Port | |
| setFontForStyle(uint style, Font font=DEFAULT_FONT) | Port | |
| setFontScalingFactor(number scaleBy) | Port | |
| startTrackingMouse(Rect rect) | Port | |
| stopTrackingMouse(int trackingRef) | Port |
and a whole mess of custom scripts.