Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftRectFloat

A rectangle with floating point dimensions.

Syntax

VB.NETStructure SftRectFloat
Dim left As SingleThe location of the top/left corner of the rectangle
Dim top As SingleThe location of the top/left corner of the rectangle
Dim width As SingleThe width of the rectangle
Dim height As SingleThe height of the rectangle
End Structure
VBType SftRectFloat
left As SingleThe location of the top/left corner of the rectangle
top As SingleThe location of the top/left corner of the rectangle
width As SingleThe width of the rectangle
height As SingleThe height of the rectangle
End Type
C#struct SftRectFloat {
float left;The location of the top/left corner of the rectangle
float top;The location of the top/left corner of the rectangle
float width;The width of the rectangle
float height;The height of the rectangle
};
C, C++struct SftRectFloat {
float left;The location of the top/left corner of the rectangle
float top;The location of the top/left corner of the rectangle
float width;The width of the rectangle
float height;The height of the rectangle
};

Members

left

Defines the location of the top/left corner of the rectangle.

top

Defines the location of the top/left corner of the rectangle.

width

Defines the width of the rectangle.

height

Defines the height of the rectangle.

See Also Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.