C# Class D3Helper.A_WPFOverlay.Overlay

Interaktionslogik für Overlay.xaml
Inheritance: System.Windows.Window
Show file Open project: r3peat/D3Helper.Public Class Usage Examples

Public Properties

Property Type Description
ExceptionCount int
GearSwap1Color System.Windows.Media.SolidColorBrush
GearSwap2Color System.Windows.Media.SolidColorBrush
GearSwap3Color System.Windows.Media.SolidColorBrush
GearSwap4Color System.Windows.Media.SolidColorBrush
canvasSkillButtonImageTargets UIRect>.Dictionary
d3WndRect System.Drawing.System.Windows.Shapes.Rectangle
d3clientrect Int32Rect
rectRenderTargets List
rectSkillButtonRenderTargets List
renderFramesPerSecond double
textRenderTargets List

Public Methods

Method Description
Overlay ( ) : System
getResourceUri ( string filename ) : Uri
populateRectRenderTargets ( ) : void
tryGetResourceGlobeUIRect ( ) : UIRect

Private Methods

Method Description
DrawCursorText ( Color Color, double FontSize, System.Windows.Media.FontFamily FontFamily, string Text, double offsetX, double offsetY ) : void
DrawLine ( float startX, float startY, float stopX, float stopY, int thickness, Color color ) : void
DrawScreenText ( Color Color, double FontSize, System.Windows.Media.FontFamily FontFamily, string Text, string name, float x, float y, bool bold = false ) : void
DrawSkillButtonCorners ( ) : void
DrawSkillButtonCross ( ) : void
DrawSkillButtonOutlines ( ) : void
Draw_CurrentConvention ( UIRect portrait, A_Enums element, double _ticksleft ) : void
Draw_NextConvention ( UIRect portrait, A_Enums element ) : void
Render_UI ( object sender, EventArgs e ) : void
ToStringBn ( double value, string postFixes ) : string
getConventionElement_BitmapImage ( A_Enums damagetype ) : BitmapImage
get_MouseIfHoveringUiElements ( ) : void
populateTextRenderTargets ( ) : void

Method Details

Overlay() public method

public Overlay ( ) : System
return System

getResourceUri() public static method

public static getResourceUri ( string filename ) : Uri
filename string
return Uri

populateRectRenderTargets() public static method

public static populateRectRenderTargets ( ) : void
return void

tryGetResourceGlobeUIRect() public static method

public static tryGetResourceGlobeUIRect ( ) : UIRect
return UIRect

Property Details

ExceptionCount public static property

public static int ExceptionCount
return int

GearSwap1Color public static property

public static SolidColorBrush,System.Windows.Media GearSwap1Color
return System.Windows.Media.SolidColorBrush

GearSwap2Color public static property

public static SolidColorBrush,System.Windows.Media GearSwap2Color
return System.Windows.Media.SolidColorBrush

GearSwap3Color public static property

public static SolidColorBrush,System.Windows.Media GearSwap3Color
return System.Windows.Media.SolidColorBrush

GearSwap4Color public static property

public static SolidColorBrush,System.Windows.Media GearSwap4Color
return System.Windows.Media.SolidColorBrush

canvasSkillButtonImageTargets public static property

public static Dictionary canvasSkillButtonImageTargets
return UIRect>.Dictionary

d3WndRect public static property

public static System.Drawing.System.Windows.Shapes.Rectangle d3WndRect
return System.Drawing.System.Windows.Shapes.Rectangle

d3clientrect public static property

public static Int32Rect d3clientrect
return Int32Rect

rectRenderTargets public static property

public static List rectRenderTargets
return List

rectSkillButtonRenderTargets public static property

public static List rectSkillButtonRenderTargets
return List

renderFramesPerSecond public static property

public static double renderFramesPerSecond
return double

textRenderTargets public static property

public static List textRenderTargets
return List