Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Maurice_4

I'm using Winforms with a picturebox and a custom rectangle drawn on it (face detection). Now I have code the draws the rectangle on the specified coordinates, allows resizing and moving of the recangle. However.. I need to know how to rotate the rectangle by using the MOUSE. I know …

Member Avatar for xrjf
0
2K
Member Avatar for Maurice_4

I use the following treeview component at : http://objectlistview.sourceforge.net/ I have the following classes: public class UCSBladeFibreStorage { private UCSBladeFibreConfig _BladeFibreConfiguration = new UCSBladeFibreConfig(); public UCSBladeFibreConfig BladeFibreConfiguration { get { return _BladeFibreConfiguration; } set { _BladeFibreConfiguration = value; } } private List<UCSBladeNexusSANMapping> _BladeMappedSANs = new List<UCSBladeNexusSANMapping>(); public List<UCSBladeNexusSANMapping> BladeMappedSANs { …

Member Avatar for Maurice_4
0
800