Class TileInTransit
Inheritance
System.Object
TileInTransit
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: PDFNet.dll
Syntax
public class TileInTransit
Constructors
TileInTransit(Int64, UInt32, UInt32, UInt32, UInt64, UInt64, UInt32, UInt32, UInt32, UInt32, UInt32, Int32, Int32, Int32, Int32)
Declaration
public TileInTransit(long bufaddr, uint width, uint height, uint page_num, ulong x_page_loc, ulong y_page_loc, uint zoomed_page_width, uint zoomed_page_height, uint tile_id, uint x_in_page, uint y_in_page, int canvas_id, int sequenceNumber, int tilesRemaining, int tile_type)
Parameters
Type |
Name |
Description |
System.Int64 |
bufaddr |
|
System.UInt32 |
width |
|
System.UInt32 |
height |
|
System.UInt32 |
page_num |
|
System.UInt64 |
x_page_loc |
|
System.UInt64 |
y_page_loc |
|
System.UInt32 |
zoomed_page_width |
|
System.UInt32 |
zoomed_page_height |
|
System.UInt32 |
tile_id |
|
System.UInt32 |
x_in_page |
|
System.UInt32 |
y_in_page |
|
System.Int32 |
canvas_id |
|
System.Int32 |
sequenceNumber |
|
System.Int32 |
tilesRemaining |
|
System.Int32 |
tile_type |
|
Fields
Bufaddr
Declaration
Field Value
Type |
Description |
System.Int64 |
|
CanvasID
Declaration
Field Value
Type |
Description |
System.Int32 |
|
DstBuf
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
Height
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
IsValid
Declaration
Field Value
Type |
Description |
System.Boolean |
|
PageNum
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
SequenceNumber
Declaration
public int SequenceNumber
Field Value
Type |
Description |
System.Int32 |
|
SrcBuf
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
Stride
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
TileID
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
TilesRemaining
Declaration
public bool TilesRemaining
Field Value
Type |
Description |
System.Boolean |
|
TileType
Declaration
Field Value
Type |
Description |
System.Int32 |
|
wb
Declaration
public WriteableBitmap wb
Field Value
Type |
Description |
System.Windows.Media.Imaging.WriteableBitmap |
|
Width
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
XInPage
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
XPageLoc
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
YInPage
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
YPageLoc
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
ZoomedPageHeight
Declaration
public uint ZoomedPageHeight
Field Value
Type |
Description |
System.UInt32 |
|
ZoomedPageWidth
Declaration
public uint ZoomedPageWidth
Field Value
Type |
Description |
System.UInt32 |
|
Methods
Size()
Declaration
Returns
Type |
Description |
System.UInt32 |
|