VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    VintasoftPadding Structure Members
    In This Topic
    The following tables list the members exposed by VintasoftPadding.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a VintasoftPadding object with no padding.
    Public Properties
     NameDescription
    Public PropertyGets or sets the padding value for all the edges.
    Public PropertyGets or sets the padding value for the bottom edge.
    Public PropertyGets the combined padding for the right and left edges.
    Public PropertyGets a value indicating whether this margin is empty.
    Public PropertyGets or sets the padding value for the left edge.
    Public PropertyGets or sets the padding value for the right edge.
    Public PropertyGets or sets the padding value for the top edge.
    Public PropertyGets the combined padding for the top and bottom edges.
    Public Methods
     NameDescription
    Public MethodApplies padding to the specified rectangle.
    Public MethodDetermines whether the specified object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodInflates this VintasoftPadding by the specified amount.
    Public MethodOffsets this VintasoftPadding by the specified amount.
    Public MethodRotates counterclockwise this VintasoftPadding at the specified orthogonal angle.
    Public MethodReturns a string that represents the current VintasoftPadding.
    Public Operators
     NameDescription
    Public OperatorPerforms vector addition on the two specified VintasoftPadding objects, resulting in a new VintasoftPadding.
    Public OperatorTests whether two specified VintasoftPadding objects are equivalent.
    Public OperatorTests whether two specified VintasoftPadding objects are not equivalent.
    Public OperatorPerforms vector subtraction on the two specified VintasoftPadding objects, resulting in a new VintasoftPadding.
    See Also