CalcImageHeightInternal |
This might be called with a workbook or a sheet. If with a workbook, verify the sheet is the correct one.
|
Create |
Overloaded Create Create(TFlxAnchorType, Integer, Integer, Integer, Integer, Integer, Integer, IRowColSize) Create(TFlxAnchorType, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) Create(Boolean, TFlxAnchorType, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer) Create(TFlxAnchorType, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, IRowColSize)
|
CreateKeepingAspectRatio |
This method will create an anchor so the image keeps its aspect ratio, and it is contained inside the group of cells. If you supply negative values for Col2 or Row2, then those values will be ignored. If you set Col2 negative, then this method will place the image between Row1 and Row2, and calculate Col2 so the image keeps its aspect ratio. Similar if you set Row2 negative.
|
Inc |
Returns a COPY of the anchor with rows and cols incremented by one |
Dec |
Returns a COPY of the anchor with rows and cols decremented by one |
CalcImageCoords |
Overloaded CalcImageCoords(Double, Double, IRowColSize) CalcImageCoords(Double, Double, Double, Double, IRowColSize)
|
CalcImageCoordsInPoints |
Calculates the width and height of the image in Points.
|
Dx1Pix |
Returns the offset of the object in resolution-independent-pixels (1/96 of an inch) from the left of the cell.
|
Dy1Pix |
Returns the offset of the object in resolution-independent-pixels (1/96 of an inch) from the top of the cell.
|
Dx2Pix |
Returns the offset of the object in resolution-independent-pixels (1/96 of an inch) from the left of the cell.
|
Dy2Pix |
Returns the offset of the object in resolution-independent-pixels (1/96 of an inch) from the top of the cell.
|
Dx1Points |
Returns the offset of the object in points from the left of the cell. This is used for display, and is not the exact conversion from Dx1Pix.
|
Dy1Points |
Returns the offset of the object in points from the top of the cell.
|
Dx2Points |
Returns the offset of the object in points from the left of the cell.
|
Dy2Points |
Returns the offset of the object in points from the top of the cell.
|
Clone |
Creates a copy of the Anchor |
Equals |
Returns true if both objects have the same data.
|
GetHashCode |
Returns the hash code for the object.
|
Contains |
Returns true if the target anchor is inside or equal to this one.
|
Null |
Returns an undefined Anchor.
|
CalcChildRect |
Returns the coordinates of the shape when it is part of a group.
|
IsNull |
Returns true if the record doesn't have a defined value.
|
HasValue |
Returns true if the record has a defined value. This is the inverse of IsNull |