NevronOpenVision
Nevron.Nov.Graphics Namespace / NMargins Structure
Fields Properties Methods


NMargins Structure Members

The following tables list the members exposed by NMargins.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldBottom margin  
Public FieldX margin  
Public FieldRight margin  
Public FieldY margin  
Public Fieldstatic (Shared in Visual Basic)The empty (zero) margins.  
Top
Public Properties
 NameDescription
Public PropertyReturns true if all sides are equal - i.e. Top == Left == Right == Bottom.  
Public PropertyChecks if all components of this margin are zero.  
Top
Public Methods
 NameDescription
Public MethodStores the maximum values from the specified margins and this margins in this  
Public MethodClamps the margins to the specified margins  
Public MethodDeserializes the object state from the specified property bag.  
Public MethodOverloaded. Checks whether this size is equal to the other size  
Public MethodReturns horizontally flipped margins  
Public MethodReturns vertically flipped margins  
Public Method  
Public MethodReturns a the inner rectangle with applied margins from the left, top, right and bottom  
Public MethodReturns a the outer rectangle with applied margins from the left, top, right and bottom  
Public MethodInflates the margins with the specified inflate  
Public Methodstatic (Shared in Visual Basic)Gets such margins that: Left= Max(a.Left, b.Left), Right= Max(a.Right, b.Right), Top= Max(a.Top, b.Top), Bottom= Max(a.Bottom, b.Bottom),  
Public MethodReturns clockwise rotated margins.  
Public MethodReturns counter-clockwise rotated margins.  
Public MethodRounds this margins.  
Public MethodScales the margins with the specified scale factor  
Public MethodSerializes the object state into the specified property bag.  
Public MethodReturns the string representation of this NMarginsF.  
Top
Public Operators
Arithmetic binary plus operator.
Checks whether the margins are equal.
Checks whether the margins are different.
Arithmetic binary minus operator.
Unary minus operator
Top
See Also