Click or drag to resize
AB4D logo

ViewCubeCameraControllerRenderViewCubeBitmap Method

[Missing <summary> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]


Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static BitmapSource RenderViewCubeBitmap(
	string text,
	int fontSize,
	Color textColor,
	Brush borderBrush,
	Brush backgroundBrush = null,
	Brush innerBorderBrush = null,
	double borderThickness = 1,
	double innerBorderThickness = 16,
	int bitmapSize = 128
)

Parameters

text  String

[Missing <param name="text"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

fontSize  Int32

[Missing <param name="fontSize"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

textColor  Color

[Missing <param name="textColor"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

borderBrush  Brush

[Missing <param name="borderBrush"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

backgroundBrush  Brush  (Optional)

[Missing <param name="backgroundBrush"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

innerBorderBrush  Brush  (Optional)

[Missing <param name="innerBorderBrush"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

borderThickness  Double  (Optional)

[Missing <param name="borderThickness"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

innerBorderThickness  Double  (Optional)

[Missing <param name="innerBorderThickness"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

bitmapSize  Int32  (Optional)

[Missing <param name="bitmapSize"/> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

Return Value

BitmapSource

[Missing <returns> documentation for "M:Ab3d.Controls.ViewCubeCameraController.RenderViewCubeBitmap(System.String,System.Int32,System.Windows.Media.Color,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Windows.Media.Brush,System.Double,System.Double,System.Int32)"]

See Also