Skip to content

SafeFrame

Public Class

Safe frame

Inheritance Hierarchy

System.Object
Rhino.Render.FreeFloatingBase
Rhino.Render.DocumentOrFreeFloatingBase
Rhino.Render.SafeFrame

Namespace: Rhino.Render

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public sealed class SafeFrame : DocumentOrFreeFloatingBase,
IDisposable

The SafeFrame type exposes the following members.

Constructors

Name

Description


Public Method

Create a utility object not associated with any document


Public Method

Create the SafeFrame object which is associated with the document


Public Method

Create a utility object not associated with any document from another object


Properties

Name

Description


Public Property

Action Frame Linked, On = Use the same scale for X and Y. Off = use different scales for X and Y.


Public Property

Turn on the user specified action area, which shown with blue frames.


Public Property

Action Frame X-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.


Public Property

Action Frame Y-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.


Public Property

Determines whether the safe-frame is enabled.


Public Property

Show the 4 by 3 field grid in the safe-frame.


Public Property

Turn on the live area, which shows the size of the rendered view as a yellow frame in the viewport.


Public Property

Show the safe-frame only in perspective views.


Public Property

Title Frame Linked, On = Use the same scale for X and Y. Off = use different scales for X and Y.


Public Property

Show a user specified title area frame in orange.


Public Property

Title Frame X-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.


Public Property

Title Frame Y-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.


Methods

Name

Description


Public Method

(Inherited from DocumentOrFreeFloatingBase.)


Public Method

(Overrides

.)


Public Method

Releases all resources used by the SafeFrame


Public Method

(Inherited from DocumentOrFreeFloatingBase.)


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

(Overrides

.)


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)


Events

Name

Description


Public Event
Static Member

This event is raised when a SafeFrame property value is changed.