Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Overriden to ensure that the previews child is the last child in the list. | |
AppendContextMenuItems | Overridden. Appends custom context menu items. | |
CenterViewportToSelection | Centers the viewport to selection center and returns the selection center. Returns NPoint.NaN if the page doesn't have any selected items. | |
Copy | Overridden. Copies the specified items to the clipboard. | |
Cut | Overridden. Cuts the specified page items. | |
DipsToLogical | Overloaded. Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale. | |
DipsToLogicalLength | Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale. | |
DoDragDrop | Overridden. Requests a drag and drop operation for the specified items. Calls the funcResult delegate when the operation has completed. Calls the queryContinueDrag delegate while the operation is performed. Returns whether the Drag and Drop was requested. | |
EnsureVisible | Ensures that the specified rectangle (in page coordinates) is visible within the page. | |
GetActiveLayers | Gets the currently active layers, if any. | |
GetCenterPointForInsert | Gets a center point for inserting a new element such as table, barcode etc. This is usually the center of the viewport area. | |
GetGuidelines | Gets all guidelines contained in this collection | |
GetLayerByName | Gets the layer with the specified name. Returns null if such layer does not exist. | |
GetLayers | Gets the layers that pass the filter. If filter is null, returns all layers. | |
GetShapes | Overloaded. Gets all shapes contained in this page. | |
GetTotalViewport | Gets the total viewport area of the page. | |
HitTest | Overloaded. Overridden. Hit tests the node by point (in local coordinates). | |
InflateToContent | Sizes the page to the bounds of the contained items. | |
InvalidateArrange | Invalidates the element arrange | |
InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. | |
InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. | |
LogicalLengthToDips | Converts a logical length to DIPs (e.g. page drawing units). This method takes into account the drawing scale. | |
LogicalToDips | Overloaded. Converts a value measured in the logical unit, to DIPs (e.g. page drawing units). This method takes into account the drawing scale. | |
Paste | Overridden. Pastes the clipboard content in this page. | |
ShowPropertiesDialog | Overridden. Overriden to show the properties of this page. | |
SizeToContent | Sizes the page to the bounds of the contained items. | |
ToString | Overridden. Gets the string representation of the shape | |
TryGetCurrentViewport | Gets the current viewport (visible area) in page coordinates. | |
ValidateArrange | Called to arrange the element | |
ZoomIn | Overloaded. Increases the zoom factor with the zoom step. | |
ZoomOut | Overloaded. Decreases the zoom factor with the zoom step | |
ZoomToFactor | Overloaded. Zooms the page to the specified factor |